# IT4Innovations 2022 # JK easyblock = 'PythonPackage' name = 'Biopython' version = '1.72' versionsuffix = '-Python-%(pyver)s' 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': 'foss', 'version': '2020b'} source_urls = ['http://biopython.org/DIST'] sources = [SOURCELOWER_TAR_GZ] checksums = ['ab6b492443adb90c66267b3d24d602ae69a93c68f4b9f135ba01cb06d36ce5a2'] dependencies = [ ('Python', '2.7.18'), ] #download_dep_fail = True #use_pip = True #sanity_pip_check = False skipsteps = ['sanitycheck'] sanity_check_paths = { 'files': [], 'dirs': ['lib/python%(pyshortver)s/site-packages/Bio', 'lib/python%(pyshortver)s/site-packages/BioSQL'], } moduleclass = 'bio'