Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
milkschen committed Sep 18, 2020
2 parents 0730117 + ac0a923 commit 4a93f48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/download_prebuilt_indexes.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
wget -P resources/ ftp://ftp.ccb.jhu.edu/pub/data/bowtie2_indexes/grch38_1kg_5spop.tar.gz
tar -zxvf resources/grch38_1kg_5spop.tar.gz --directory snakemake/
METHOD="${1:-randflow_ld}"
wget -P resources/ https://genome-idx.s3.amazonaws.com/bt/flow/${METHOD}.tar.gz
tar -zxvf resources/randflow_ld.tar.gz --directory snakemake/

0 comments on commit 4a93f48

Please sign in to comment.