mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: b/Biopython/Biopython-1.73-Py-3.6.eb new file: n/numpy/numpy-1.16.3-Py-2.7.eb modified: o/ORCA/ORCA-4.1.1-OpenMPI-2.1.5.eb
33 lines
854 B
Plaintext
33 lines
854 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = "PythonPackage"
|
|
name = 'Biopython'
|
|
version = '1.73'
|
|
|
|
homepage = 'http://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': 'Py', 'version': '3.6'}
|
|
|
|
source_urls = ['http://biopython.org/DIST']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('numpy', '1.16.3'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python3.6/site-packages/%(namelower)s-%(version)s-py3.6.egg-info'],
|
|
}
|
|
|
|
sanity_check_commands = ["python -c 'import Bio.MarkovModel'"]
|
|
|
|
options = {'modulename': 'Bio'}
|
|
|
|
moduleclass = 'python'
|