Skip to content

Commit

Permalink
Merge pull request #38 from genxnetwork/fix_bundle_download
Browse files Browse the repository at this point in the history
Remove comment symbol that prevents downloading
  • Loading branch information
alex-medvedev-msc committed Dec 10, 2021
2 parents 66ad710 + e445f23 commit 0ab4c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/bundle/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rule all:
"logs/ref/download_bundle.log"
shell:
"""
# wget "{BUNDLE_url}{AZURE_KEY}" -O {REF_DIR}/{BUNDLE_basename} --tries 50 |& tee -a {log}
wget "{BUNDLE_url}{AZURE_KEY}" -O {REF_DIR}/{BUNDLE_basename} --tries 50 |& tee -a {log}
sum=$(md5sum {REF_DIR}/{BUNDLE_basename} | cut -d " " -f1)
if [ $sum != {BUNDLE_md5} ]; then
echo "md5 sum of BUDNLE is invalid" |& tee -a {log}
Expand Down

0 comments on commit 0ab4c18

Please sign in to comment.