Skip to content

Commit

Permalink
#408 cURL issue with HMDB
Browse files Browse the repository at this point in the history
  • Loading branch information
ecwood committed Sep 3, 2024
1 parent 7edd988 commit 5cef56a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion extract/extract-hmdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ output_file=hmdb_metabolites

hmdb_link="https://hmdb.ca/system/downloads/current/hmdb_metabolites.zip"

${curl_get} ${hmdb_link} > ${BUILD_DIR}/${output_file}.zip
# ${curl_get} ${hmdb_link} > ${BUILD_DIR}/${output_file}.zip

# Temporary patch due to cURL issues
${s3_cp_cmd} s3://${s3_bucket}/hmdb_metabolites.zip ${BUILD_DIR}/${output_file}.zip

unzip -o ${BUILD_DIR}/${output_file}.zip -d ${BUILD_DIR}

Expand Down

0 comments on commit 5cef56a

Please sign in to comment.