Skip to content

Commit

Permalink
Fix URL for gatk script
Browse files Browse the repository at this point in the history
  • Loading branch information
reagank committed Feb 2, 2023
1 parent 7cd1c41 commit 3279dcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions get_gatk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
# Description:
# Usage:
# Date Created: 2023-01-23 14:30
# Last Modified: Mon 23 Jan 2023 08:22:39 PM EST
# Last Modified: Wed 25 Jan 2023 10:02:39 AM EST
# Author: Reagan Kelly ([email protected])
#

DL_URL='https://github.com/broadinstitute/gatk/releases/download/4.2.4.0/gatk-4.2.4.0.zip'

mkdir tmp
cd tmp
wget -O- $URL >gatk-4.2.4.0.zip
wget -O- $DL_URL >gatk-4.2.4.0.zip
unzip gatk-4.2.4.0.zip
mv gatk-package-4.2.4.0-local.jar ../tools/gatk-4.2.4.0/
mv gatk-4.2.4.0/gatk-package-4.2.4.0-local.jar ../tools/gatk-4.2.4.0/
cd ../
rm -rf tmp/

0 comments on commit 3279dcd

Please sign in to comment.