-
Notifications
You must be signed in to change notification settings - Fork 791
{bio}[intel/2017a] BUSCO 1.22 (REVIEW) #5120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| easyblock = 'Tarball' | ||
|
|
||
| name = 'BUSCO' | ||
| version = '1.22' | ||
| versionsuffix = '-Python-%(pyver)s' | ||
|
|
||
| homepage = 'http://busco.ezlab.org/' | ||
| description = "BUSCO: assessing genome assembly and annotation completeness with single-copy orthologs" | ||
|
|
||
| toolchain = {'name': 'intel', 'version': '2017a'} | ||
|
|
||
|
|
||
| source_urls = ['http://busco.ezlab.org/v1/files/'] | ||
| sources = ['%(name)s_v%(version)s.tar.gz'] | ||
|
|
||
| checksums = ['86088bbd2128ea04ad9e1b2ebd18201f4c79a48a161ba2593feb12abb8a2d0e2'] | ||
|
|
||
| dependencies = [ | ||
| ('Python', '2.7.13'), | ||
| ('BLAST+', '2.6.0', versionsuffix), | ||
| ('HMMER', '3.1b2'), | ||
| ('AUGUSTUS', '3.2.3', versionsuffix), | ||
| ('EMBOSS', '6.6.0', '-X11-20170314'), | ||
| ] | ||
|
|
||
| postinstallcmds = ['chmod +x %(installdir)s/*.py'] | ||
|
|
||
| sanity_check_paths = { | ||
| 'files': ['BUSCO_v1.22.py'], | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @hajgato please use
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @boegel done |
||
| 'dirs': ['sample_data'], | ||
| } | ||
|
|
||
| modextrapaths = {'PATH': '.'} | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. no need to use
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @boegel done |
||
|
|
||
| moduleclass = 'bio' | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
drop duplicate empty line please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@boegel done