Skip to content

Commit

Permalink
add download instructions to annovar easyconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel authored Jan 8, 2025
1 parent 2eb6589 commit 8214b07
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ genome hg18, hg19, hg38, as well as mouse, worm, fly, yeast and many others)."""

toolchain = {'name': 'GCCcore', 'version': '12.3.0'}

# Registration required for download
# http://www.openbioinformatics.org/annovar/annovar_download_form.php
# rename after download to %(name)s-%(version)s.tar.gz
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'
"""
sources = ['%(name)s-%(version)s.tar.gz']
checksums = ['4061af3f2cc8f3d4d8187986c3d468a4b6ae145eec1858e85c7cd1059debb8ed']

Expand Down

0 comments on commit 8214b07

Please sign in to comment.