mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00
33 lines
860 B
Plaintext
33 lines
860 B
Plaintext
# IT4Innovations 2020
|
|
|
|
easyblock = "PythonPackage"
|
|
name = 'Biopython'
|
|
version = '1.76'
|
|
|
|
homepage = 'http://www.biopython.org'
|
|
description = """Biopython is a set of freely available tools for biological
|
|
local_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': 'Py', 'version': '3.7'}
|
|
|
|
source_urls = ['http://biopython.org/DIST']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('numpy', '1.18.1'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python3.7/site-packages/%(namelower)s-%(version)s-py3.7.egg-info'],
|
|
}
|
|
|
|
sanity_check_commands = ["python -c 'import Bio.MarkovModel'"]
|
|
|
|
options = {'modulename': 'Bio'}
|
|
|
|
moduleclass = 'python'
|