Skip to content

Commit

Permalink
update download link for cgi
Browse files Browse the repository at this point in the history
  • Loading branch information
sshugsc committed Jul 30, 2024
1 parent 46056de commit 45b3675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ rule download_cgi:
output: f'{DATA_DIR}/cgi/cgi_biomarkers_per_variant.tsv'
shell: dedent(f'''\
cd {DATA_DIR}/cgi
wget https://www.cancergenomeinterpreter.org/data/cgi_biomarkers_20180117.zip
wget https://www.cancergenomeinterpreter.org/data/biomarkers/cgi_biomarkers_20180117.zip
unzip cgi_biomarkers_20180117.zip
''')

Expand Down

0 comments on commit 45b3675

Please sign in to comment.