Skip to content

Commit

Permalink
uncomment release folder check
Browse files Browse the repository at this point in the history
  • Loading branch information
jharenza committed Jul 14, 2023
1 parent 4a84a75 commit 8fd67f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-methyl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ URL="https://d3b-openaccess-us-east-1-prd-pbta.s3.amazonaws.com/open-targets"
RELEASE="v13"

# check if the release folder exists, if not, create a release folder
#[ ! -d "../data/$RELEASE/" ] && mkdir ../data/$RELEASE/
[ ! -d "../data/$RELEASE/" ] && mkdir ../data/$RELEASE/

# The md5sum file provides our single point of truth for which files are in a release.
curl --create-dirs $URL/$RELEASE/methyl-md5sum.txt -o ../data/$RELEASE/methyl-md5sum.txt -z ../data/$RELEASE/methyl-md5sum.txt
Expand Down

0 comments on commit 8fd67f9

Please sign in to comment.