easyconfigs-it4i/_not_installed/b/Biopython/Biopython-1.65-foss-2016a-Python-2.7.11.eb
2017-03-22 09:44:28 +01:00

38 lines
1.1 KiB
Plaintext

##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
#
# Copyright:: Copyright 2012-2013 The Cyprus Institute
# Authors:: Andreas Panteli <a.panteli@cyi.ac.cy>, Thekla Loizou <t.loizou@cyi.ac.cy>, George Tsouloupas <g.tsouloupas@cyi.ac.cy>
# License:: MIT/GPL
#
##
easyblock = "PythonPackage"
name = 'Biopython'
version = '1.65'
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': '2016a'}
source_urls = ['http://biopython.org/DIST']
sources = ['%(namelower)s-%(version)s.tar.gz']
dependencies = [
('Python', '2.7.11')
]
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages/Bio', 'lib/python%(pyshortver)s/site-packages/BioSQL']
}
options = {'modulename': 'Bio'}
moduleclass = 'bio'