easyconfigs-it4i/b/Biopython/Biopython-1.73-Py-3.6.eb
Easy Build 3d5e1c427c new file: b/Biopython/Biopython-1.73-Py-2.7.eb
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
2019-07-08 12:38:07 +02:00

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'