easyconfigs-it4i/b/BayesAss/BayesAss-3.0.4-foss-2016a.eb
2017-03-09 11:57:40 +01:00

28 lines
553 B
Plaintext

easyblock = 'ConfigureMake'
name = 'BayesAss'
version = '3.0.4'
homepage = 'http://www.rannala.org/?page_id=245'
description = """
BayesAss: Bayesian Inference of Recent Migration Using Multilocus Genotypes
"""
toolchain = {'name': 'foss','version': '2016a'}
sources = ['BA3-%(version)s.tar.gz']
source_urls = ['http://downloads.sourceforge.net/project/bayesass/BA3/%(version)s/src/']
dependencies = [
('GSL','2.1')
]
runtest = 'check'
sanity_check_paths = {
'files': ['bin/BA3'],
'dirs' : ['bin', 'include']
}
moduleclass = 'bio'