easyconfigs-it4i/a/ABySS/ABySS-2.0.3-foss-2018a-Py-2.7.eb
Lukáš Krupčík d357676547 new file: a/ABySS/ABySS-2.0.3-foss-2018a-Py-2.7.eb
new file:   n/numpy/numpy-1.14.2-Py-2.7-test.eb
	new file:   p/phono3py/phono3py-1.11.13.35-Py-2.7-test.eb
	new file:   p/phono3py/phono3py-1.11.13.35-Py-2.7.eb
	new file:   p/phono3py/phono3py-1.12.9.5-Py-2.7.eb
	new file:   p/phonopy/phonopy-1.12.6.66-Py-2.7.eb
	new file:   z/zsh/zsh-5.2-foss-2018b.eb
	deleted:    p/phono3py/phono3py-1.12.7.46-Py-2.7.eb
2018-03-23 07:22:13 +01:00

32 lines
858 B
Plaintext

easyblock = 'ConfigureMake'
name = 'ABySS'
version = '2.0.3'
homepage = 'http://www.bcgsc.ca/platform/bioinfo/software/abyss'
description = """Assembly By Short Sequences - a de novo, parallel, paired-end sequence assembler"""
toolchain = {'name': 'foss', 'version': '2018a'}
toolchainopts = {'usempi': True}
source_urls = ['https://github.com/bcgsc/abyss/releases/download/%(version)s/']
sources = [SOURCELOWER_TAR_GZ]
dependencies = [
('Boost', '1.66.0', '-Py-2.7'),
('sparsehash', '2.0.3'),
('SQLite', '3.21.0', '', True),
('pigz', '2.4', '', ('GCC', '6.3.0-2.27')),
('zsh', '5.2'),
]
configopts = '--enable-maxk=256 --with-boost=$EBROOTBOOST/include '
configopts += '--with-mpi=$EBROOTOPENMPI --with-sqlite=$EBROOTSQLITE3'
sanity_check_paths = {
'files': ["bin/ABYSS", "bin/ABYSS-P"],
'dirs': []
}
moduleclass = 'bio'