File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ chmod 755 download_tools_vep.sh
70
70
71
71
# download delly
72
72
cd $folder
73
+ mkdir delly-0.8.1
74
+ cd delly-0.8.1
73
75
wget https://github.com/dellytools/delly/releases/download/v0.8.1/delly_v0.8.1_linux_x86_64bit
74
76
chmod +x delly_v0.8.1_linux_x86_64bit
75
77
83
85
84
86
# download manta
85
87
cd $folder
86
- wget https://github.com/Illumina/manta/releases/download/v1.5 .0/manta-1.5 .0.centos6_x86_64.tar.bz2
87
- tar xjf manta-1.5 .0.centos6_x86_64.tar.bz2
88
- rm manta-1.5 .0.centos6_x86_64.tar.bz2
89
- cd manta-1.5 .0.centos6_x86_64
88
+ wget https://github.com/Illumina/manta/releases/download/v1.4 .0/manta-1.4 .0.centos6_x86_64.tar.bz2
89
+ tar xjf manta-1.4 .0.centos6_x86_64.tar.bz2
90
+ rm manta-1.4 .0.centos6_x86_64.tar.bz2
91
+ cd manta-1.4 .0.centos6_x86_64
90
92
sed -i ' s#referenceFasta = /illumina/development/Isis/Genomes/Homo_sapiens/UCSC/hg19/Sequence/WholeGenomeFasta/genome.fa##g' bin/configManta.py.ini
You can’t perform that action at this time.
0 commit comments