Skip to content
Snippets Groups Projects
Commit cd5eb024 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

adding easyconfigs: Biopython-1.79-gcccoremkl-11.3.0-2022.1.0.eb

parent 788965dd
Branches
Tags
No related merge requests found
##
# Author: Robert Mijakovic <robert.mijakovic@lxp.lu>
##
easyblock = 'PythonPackage'
name = 'Biopython'
version = '1.79'
homepage = 'https://www.biopython.org'
description = """Biopython is a set of freely available tools for biological
computation written in Python by an international team of developers. It is
a distributed collaborative effort to develop Python libraries and
applications which address the needs of current and future work in
bioinformatics. """
toolchain = {'name': 'gcccoremkl', 'version': '11.3.0-2022.1.0'}
source_urls = ['https://biopython.org/DIST']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['edb07eac99d3b8abd7ba56ff4bedec9263f76dfc3c3f450e7d2e2bcdecf8559b']
dependencies = [
('Python', '3.10.4'),
('SciPy-bundle', '2022.05'),
]
download_dep_fail = True
use_pip = True
sanity_pip_check = True
# Run only tests that don't require internet connection
runtest = 'python setup.py test --offline'
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages/Bio',
'lib/python%(pyshortver)s/site-packages/BioSQL']
}
# extra check to ensure numpy dependency is available
sanity_check_commands = ["python -c 'import Bio.MarkovModel'"]
options = {'modulename': 'Bio'}
moduleclass = 'bio'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment