Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/imgag/megSAP
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-sturm committed Sep 11, 2019
2 parents 86c9cec + 66e7fb2 commit d3c5bfd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions data/download_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ chmod 755 download_tools_vep.sh

#download delly
cd $folder
mkdir delly-0.8.1
cd delly-0.8.1
wget https://github.com/dellytools/delly/releases/download/v0.8.1/delly_v0.8.1_linux_x86_64bit
chmod +x delly_v0.8.1_linux_x86_64bit

Expand All @@ -83,8 +85,8 @@ make

#download manta
cd $folder
wget https://github.com/Illumina/manta/releases/download/v1.5.0/manta-1.5.0.centos6_x86_64.tar.bz2
tar xjf manta-1.5.0.centos6_x86_64.tar.bz2
rm manta-1.5.0.centos6_x86_64.tar.bz2
cd manta-1.5.0.centos6_x86_64
wget https://github.com/Illumina/manta/releases/download/v1.4.0/manta-1.4.0.centos6_x86_64.tar.bz2
tar xjf manta-1.4.0.centos6_x86_64.tar.bz2
rm manta-1.4.0.centos6_x86_64.tar.bz2
cd manta-1.4.0.centos6_x86_64
sed -i 's#referenceFasta = /illumina/development/Isis/Genomes/Homo_sapiens/UCSC/hg19/Sequence/WholeGenomeFasta/genome.fa##g' bin/configManta.py.ini

0 comments on commit d3c5bfd

Please sign in to comment.