/goliath

Biomedical tools

Primary LanguageJupyter NotebookMIT LicenseMIT

goliath

Biomedical tools

#links referencia:

bowtie : software para alinear (y mas..) <br>

zcat ${tmp_fastq1_gz} | bowtie "$tmp_genome_path" --threads 4 -v 2 -m 10 --best --strata - -S ${tmp_sampleID}.1.sam 

wavClusteR : la opcion de R

#To add goliath script to the path:

Option 1)

export PATH="$PATH:$HOME/Script/goliath/py-proto"

Option 2)

add following line to ~/.profile

PATH="$PATH:$HOME/Script/goliath/py-proto"