easyconfigs-it4i/s/SHORE/SHORE-0.9.3-foss-2016a.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

30 lines
696 B
Plaintext

easyblock = 'ConfigureMake'
name = 'SHORE'
version = '0.9.3'
homepage = "http://1001genomes.org/software/shore.html"
description = """SHORE, for Short Read, is a mapping and analysis pipeline for short read data produced on the Illumina platform.
"""
toolchain = {'name': 'foss', 'version': '2016a'}
source_urls = ['https://sourceforge.net/projects/shore/files/']
sources = [SOURCELOWER_TAR_GZ]
configopts = '--with-mpi'
dependencies = [
('XZ','5.2.2'),
('zlib','1.2.8'),
('GSL','1.16'), # GSL 2.1 does not work.
('Boost', '1.61.0'),
]
sanity_check_paths = {
'files': ['bin/shore', 'bin/shore-mpi', 'lib/libshore.a'],
'dirs': ['include', 'lib'],
}
moduleclass = 'bio'