Skip to content

Instantly share code, notes, and snippets.

View vinisalazar's full-sized avatar
🔬
in the lab

Vini Salazar vinisalazar

🔬
in the lab
View GitHub Profile
@vinisalazar
vinisalazar / gsoc-2022-report.md
Last active November 22, 2022 01:10
Report for Google Summer of Code 2022 - IOOS erddapy Project
@vinisalazar
vinisalazar / build-prereq.txt
Last active September 26, 2018 20:51
Output of ./build-prereq.sh and ./build_and_test.sh
viniws@woese:~/Code/deepvariant$ ./build-prereq.sh
========== Load config settings.
========== [qua set 26 17:47:35 -03 2018] Stage 'Install the runtime packages' starting
========== Load config settings.
========== [qua set 26 17:47:35 -03 2018] Stage 'Misc setup' starting
========== [qua set 26 17:47:35 -03 2018] Stage 'Update package list' starting
E: The repository 'http://apt.postgresql.org/pub/repos/apt YOUR_UBUNTU_VERSION_HERE-pgdg Release' does not have a Release file.
E: The repository 'http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu bionic Release' does not have a Release file.
import pandas as pd
import matplotlib.pyplot as plt
import numpy as np
f = open('./sampling/25-01-17/stations_25-01-2017_RAW.cnv', 'r')
t = f.readlines()
f.close()
# creating lists for our headers, data, and variable names
@vinisalazar
vinisalazar / Lagoa BioEnergy workflow
Created January 12, 2017 21:28
Lagoa BioEnergy Project 16S Analysis Workflow
### Protocolo de análise - Comunidade microbiana da Lagoa da Conceição ###
This protocol was created to guarantee the transparency and reproducibility of the data analysis performed by the Group of Microbial Oceanography (GOM - UFSC) for the **Lagoa BioEnergy** project.
This analysis was conducted using the following computational tools: [PEAR](http://www.exelixis-lab.org/pear) (*v0.9.10*), [QIIME](http://qiime.org/) (*v1.9.1*), [USEARCH](http://www.drive5.com/usearch/) (*v7.0*), the [SILVA](https://www.arb-silva.de/) (*119*) database, all based on the protocol developed by the [Brazilian Microbiome Project](http://www.brmicrobiome.org/#!16s-profiling-pipeline-illumina/czxl) (**BMP**). We recommend consulting the BMP website to learn more about this analysis. You can find more complete information about these softwares on the references of the paper related to this document.
All of the following commands are typed on the Terminal app (bash):