-
Notifications
You must be signed in to change notification settings - Fork 716
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
{bio}[foss/2020b} pangolin v3.1.10 #13733
Merged
boegel
merged 7 commits into
easybuilders:develop
from
sassy-crick:20210813113839_new_pr_pangolin3110
Aug 28, 2021
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
b9ebe6f
pangolin 3.1.10 created
29d6aab
Typos corrected
ae20e5d
Some tidy up in the extension-list: replaced URLs with GITHUB_SOURCE
4be7724
Kent_tools added as removed from UShER PR 13694
633e67b
Explicitly stated in module description that faToVcf is included in t…
87e7639
minimap2 downgraded to 2.18 to honor the one version rule
e271070
clean up pangolin easyconfig by leveraging exts_default_options
boegel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
80 changes: 80 additions & 0 deletions
80
easybuild/easyconfigs/p/pangolin/pangolin-3.1.10-foss-2020b.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,80 @@ | ||||||||
# Contribution from the NIHR Biomedical Research Centre | ||||||||
# Guy's and St Thomas' NHS Foundation Trust and King's College London | ||||||||
# Based on a EC provided by Paul Jähn | ||||||||
# uploaded by J. Sassmannshausen | ||||||||
|
||||||||
easyblock = 'PythonBundle' | ||||||||
|
||||||||
name = 'pangolin' | ||||||||
version = '3.1.10' | ||||||||
|
||||||||
homepage = 'https://cov-lineages.org/pangolin.html' | ||||||||
description = """Software package for assigning SARS-CoV-2 genome sequences to global lineages. | ||||||||
This module also contains the faToVcf tool""" | ||||||||
|
||||||||
toolchain = {'name': 'foss', 'version': '2020b'} | ||||||||
|
||||||||
dependencies = [ | ||||||||
('Biopython', '1.78'), | ||||||||
('gofasta', '0.0.5', '', True), | ||||||||
('minimap2', '2.18'), | ||||||||
('Pysam', '0.16.0.1'), | ||||||||
('Python', '3.8.6'), | ||||||||
('SciPy-bundle', '2020.11'), | ||||||||
('snakemake', '6.1.0'), | ||||||||
('UShER', '0.4.1'), | ||||||||
('scikit-learn', '0.23.2'), | ||||||||
('Kent_tools', '411'), | ||||||||
] | ||||||||
|
||||||||
use_pip = True | ||||||||
sanity_pip_check = True | ||||||||
|
||||||||
github_account = 'cov-lineages' | ||||||||
exts_default_options = { | ||||||||
'source_urls': [GITHUB_SOURCE], | ||||||||
'sources': [{ | ||||||||
'download_filename': 'v%(version)s.tar.gz', | ||||||||
'filename': SOURCE_TAR_GZ, | ||||||||
}], | ||||||||
} | ||||||||
|
||||||||
exts_list = [ | ||||||||
('pangolin', '3.1.11', { | ||||||||
'checksums': ['ce64a3ef84de5b11d5c9f21f76341cae23c0fabbf46cc3c1b7b244701b36efbc'], | ||||||||
}), | ||||||||
('pangoLEARN', '2021-08-09', { | ||||||||
'modulename': 'pangoLEARN', | ||||||||
'sources': [{ | ||||||||
'download_filename': '%(version)s.tar.gz', | ||||||||
'filename': SOURCE_TAR_GZ, | ||||||||
}], | ||||||||
'checksums': ['ece55bc37b3e35dbdff2432fb8b9ea76fa53fe993394a425d1df67147484a81e'], | ||||||||
}), | ||||||||
('scorpio', '0.3.12', { | ||||||||
'checksums': ['48390ed1c1a79bb5f801083042cdeddee060e2277f40c293fd30384882aced81'], | ||||||||
}), | ||||||||
('constellations', '0.0.13', { | ||||||||
'checksums': ['4aa3edae9491a59621ef6a3b5bbd21a13c68355986f6c097e46a1397d5b1d24b'], | ||||||||
}), | ||||||||
('pango-designation', '1.2.59', { | ||||||||
'checksums': ['bd6c11b376c2f6955afa9e96938464184e5f6db22334589cbbbfefe1cbe35e86'], | ||||||||
}), | ||||||||
] | ||||||||
|
||||||||
local_binaries = [ | ||||||||
'constellations', 'extract_definitions.py', 'pango_designation', 'pangoLEARN', | ||||||||
'pangolearn.smk', 'pangolin', 'scorpio', 'type_constellations.py' | ||||||||
] | ||||||||
|
||||||||
sanity_check_paths = { | ||||||||
'files': ['bin/%s' % x for x in local_binaries], | ||||||||
'dirs': ['lib/python%(pyshortver)s/site-packages'], | ||||||||
} | ||||||||
|
||||||||
sanity_check_commands = [ | ||||||||
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. I would also add
Suggested change
|
||||||||
'pangolin -pv', | ||||||||
'scorpio -v', | ||||||||
] | ||||||||
|
||||||||
moduleclass = 'bio' |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Just a nitpick: my last name has an
e
at the end ;)