Skip to content

Commit

Permalink
don't use single quotes in download_instructions in annovar easyconfi…
Browse files Browse the repository at this point in the history
…g, to avoid tripping pattern matching that suggests to use SOURCE_TAR_GZ instead
  • Loading branch information
boegel committed Jan 9, 2025
1 parent 6bc401b commit 1f71625
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
download_instructions = """
Registration required for download
via http://www.openbioinformatics.org/annovar/annovar_download_form.php
rename after download to '%(name)s-%(version)s.tar.gz'
rename after download to %(name)s-%(version)s.tar.gz
"""
sources = ['%(name)s-%(version)s.tar.gz']
checksums = ['4061af3f2cc8f3d4d8187986c3d468a4b6ae145eec1858e85c7cd1059debb8ed']
Expand Down

0 comments on commit 1f71625

Please sign in to comment.