easyconfigs-it4i/b/BayesAss/BayesAss-3.0.4-foss-2016a.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

29 lines
557 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'