Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 598 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 598 Bytes

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"