Skip to content

Commit

Permalink
#408 issue with DisGeNET download
Browse files Browse the repository at this point in the history
  • Loading branch information
ecwood committed Sep 2, 2024
1 parent 3488401 commit 848a24f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions extract/extract-disgenet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ disgenet_output_file=${1:-"${BUILD_DIR}/all_gene_disease_pmid_associations.tsv"}

disgenet_download_link="https://www.disgenet.org/static/disgenet_ap1/files/downloads/all_gene_disease_pmid_associations.tsv.gz"

${curl_get} ${disgenet_download_link} > ${disgenet_output_file}.gz
# ${curl_get} ${disgenet_download_link} > ${disgenet_output_file}.gz

gzip -d ${disgenet_output_file}.gz
# gzip -d ${disgenet_output_file}.gz

# Temporary patch due to link failing to resolve
${s3_cp_cmd} s3://${s3_bucket}/all_gene_disease_pmid_associations.tsv ${disgenet_output_file}


date
Expand Down

0 comments on commit 848a24f

Please sign in to comment.