Skip to content

Commit

Permalink
updated tool download scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-sturm committed Sep 9, 2024
1 parent d735ef8 commit 0d724e2
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 3 deletions.
Empty file modified data/download_GRCh37.sh
100644 → 100755
Empty file.
Empty file modified data/download_GRCh38.sh
100644 → 100755
Empty file.
Empty file modified data/download_GRCh38_alt.sh
100644 → 100755
Empty file.
Empty file modified data/download_hg38.sh
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions data/download_tools.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ git checkout v1.0.3 && git submodule update --recursive --init
mkdir -p build && cd build
cmake ..
cmake --build .
cmake --install .

#download and build samblaster
cd $folder
Expand Down Expand Up @@ -165,7 +164,7 @@ rm interop-1.2.4-Linux-GNU.tar.gz

#download Circos
cd $folder
wget http://circos.ca/distribution/circos-0.69-9.tgz
wget --no-check-certificate https://circos.ca/distribution/circos-0.69-9.tgz
tar xzf circos-0.69-9.tgz
rm circos-0.69-9.tgz
# install required Perl modules for Circos in a subfolder
Expand Down Expand Up @@ -210,6 +209,7 @@ chmod 755 bedtools.static
cd $folder
wget https://github.com/broadinstitute/gatk/releases/download/4.6.0.0/gatk-4.6.0.0.zip
unzip gatk-4.6.0.0.zip
rm -rf gatk-4.6.0.0.zip

#download illuminia ORA decompression tool
cd $folder
Expand Down
1 change: 0 additions & 1 deletion data/download_tools_longread.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ cd ..
cd $folder
wget https://github.com/bcgsc/straglr/releases/download/v1.5.1/straglr-1.5.1.tar.gz
tar xzf straglr-1.5.1.tar.gz
mv straglr straglr-1.5.1
rm straglr-1.5.1.tar.gz

#download StraglrOn
Expand Down
Empty file modified data/download_tools_rna.sh
100644 → 100755
Empty file.
Empty file modified data/download_tools_somatic.sh
100644 → 100755
Empty file.
Empty file modified data/download_tools_vep.sh
100644 → 100755
Empty file.

0 comments on commit 0d724e2

Please sign in to comment.