Skip to content

Commit

Permalink
#408 #398 curl problems
Browse files Browse the repository at this point in the history
  • Loading branch information
ecwood committed Sep 2, 2024
1 parent bd93687 commit 3488401
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion extract/extract-clinicaltrialskg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ version="2.2.6"
clinicaltrialskg_download_link="https://db.systemsbiology.net/gestalt/KG/clinical_trials_kg_edges_v${version}.tsv"

echo "# ${version}" > ${clinicaltrialskg_output_file}
${curl_get} ${clinicaltrialskg_download_link} >> ${clinicaltrialskg_output_file}
# ${curl_get} ${clinicaltrialskg_download_link} >> ${clinicaltrialskg_output_file}

# Short term fix because download link is not resolving and I cannot identify the correct download link
${aws_s3_cp} s3://${s3_bucket}/clinicaltrialskg-edges.tsv ${clinicaltrialskg_output_file}

date
echo "================= finishing extract-clinicaltrialskg.sh =================="

0 comments on commit 3488401

Please sign in to comment.