# 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 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.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'