easyconfigs-it4i/p/ProbABEL/ProbABEL-0.5.0.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

29 lines
738 B
Plaintext

easyblock = 'ConfigureMake'
name = 'ProbABEL'
version = '0.5.0'
homepage = "http://www.genabel.org/packages/ProbABEL"
description = """Tool for genome-wide association
analysis of imputed genetic data."""
toolchain = {'name': 'dummy', 'version': 'dummy'}
source_urls = ['http://www.genabel.org/sites/default/files/software/']
sources = ['probabel-%(version)s.tar.gz']
dependencies = [
('Eigen', '3.2.6')
]
configopts = '--disable-latex-doc'
postinstallcmds = ["mv %(installdir)s/etc/probabel_config.cfg.example %(installdir)s/etc/probabel_config.cfg"]
sanity_check_paths = {
'files': ['bin/probabel', 'bin/pacoxph', 'bin/palinear', 'bin/palogist','etc/probabel_config.cfg'],
'dirs': ['share'],
}
moduleclass = 'bio'