mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
32 lines
858 B
Plaintext
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'
|