HTSlib + Samtools + BCFtools
# PWD=/home/chenshulin/workspace/bin# htslibgit clone https://github.com/samtools/htslib.gitcd htslib/autoheaderautoconf./configure --prefix=/home/chenshulin/workspace/bin/htslib/make make installcd ..# samtoolsgit clone https://github.com/samtools/samtools.gitcd samtools/autoheader./configure --prefix=/home/chenshulin/workspace/bin/samtools/makemake installcd ..# bcftoolsgit clone https://github.com/samtools/bcftools.gitcd bcftools/autoheaderautoconf./configure --prefix=/home/chenshulin/workspace/bin/samtools/ --enable-libgsl --enable-perl-filtersmake make installcd ..
PICARD
wget https://github.com/broadinstitute/picard/releases/download/2.22.4/picard.jar# 测试java -jar picard.jar
BWA
git clone https://github.com/lh3/bwa.gitcd bwamake
GATK
wget https://github.com/broadinstitute/gatk/releases/download/4.1.7.0/gatk-4.1.7.0.zipunzip gatk-4.1.7.0.zipcd gatk-4.1.7.0/./gatk --list
VEP
Varscan
git clone https://github.com/dkoboldt/varscan.gitcd varscan/java -jar Varscan.v2.4.4.jar
BEDtools
wget -c https://github.com/arq5x/bedtools2/releases/download/v2.29.2/bedtools.static.binarymv bedtools.static.binary bedtoolschmod +x bedtools./bedtools
Strelka
# download strelka binarywget https://github.com/Illumina/strelka/releases/download/v2.9.2/strelka-2.9.2.centos6_x86_64.tar.bz2# decompresstar xvjf strelka-2.9.2.centos6_x86_64.tar.bz2# run demo to check successful installationbash strelka-2.9.2.centos6_x86_64/bin/runStrelkaSomaticWorkflowDemo.bashbash strelka-2.9.2.centos6_x86_64/bin/runStrelkaGermlineWorkflowDemo.bash
Sambamba
git clone https://github.com/genome/bam-readcount.gitcd bam-readcount/cmake .make./bin/bam-readcount
HISAT2
wget -O hisat2-2.2.0-Linux_x86_64.zip https://cloud.biohpc.swmed.edu/index.php/s/hisat2-220-Linux_x86_64/downloadunzip hisat2-2.2.0-Linux_x86_64.zipcd hisat2-2.2.0/./hisat2
StringTie
Gffcompare
CNVnator
CNVkit
Kallisto
Pizzly
Manta
mosdepth
bam-readcount
vt
seqtk
seqkit
fastqc
multiQC
vcf-annotation-tools