easyconfigs-it4i/a/ABySS/ABySS-2.0.2-foss-2018a-Py-2.7.eb
Lukáš Krupčík 4f6f1bf407 new file: a/ABySS/ABySS-2.0.2-foss-2018a-Py-2.7.eb
new file:   a/ASE/ASE-3.15.0-Python-2.7.13-base-test.eb
	new file:   a/ASE/ASE-3.15.0-Python-3.6.4-base-test.eb
	new file:   b/Bash/Bash-4.4-GCC-6.3.0-2.27.eb
	new file:   b/Bash/Bash-4.4-intel-2017b.eb
	new file:   b/Boost/Boost-1.66.0-foss-2018a-Py-2.7.eb
	new file:   f/foss/foss-2018a.eb
	new file:   n/numpy/numpy-1.14.1-Py-3.6.eb
	new file:   n/numpy/numpy-1.14.1-mkl.patch
	new file:   o/OpenMPI/OpenMPI-3.0.0-GCC-6.3.0-2.27.eb
	new file:   s/SQLite/SQLite-3.21.0.eb
2018-03-12 11:30:19 +01:00

30 lines
767 B
Plaintext

easyblock = 'ConfigureMake'
name = 'ABySS'
version = '2.0.2'
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]
checksums = ['d87b76edeac3a6fb48f24a1d63f243d8278a324c9a5eb29027b640f7089422df']
dependencies = [
('Boost', '1.66.0', '-Py-2.7'),
('sparsehash', '2.0.3'),
('SQLite', '3.21.0', '', True),
]
configopts = " --enable-maxk=256 "
sanity_check_paths = {
'files': ["bin/ABYSS", "bin/ABYSS-P"],
'dirs': []
}
moduleclass = 'bio'