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

deleted: s/SciPy-bundle/SciPy-bundle-2020.03-intel-2020a-Python-3.8.2-LK.eb deleted: s/SciPy-bundle/SciPy-bundle-2020.03-intel-2020a-Python-3.8.2.eb
29 lines
646 B
Plaintext
29 lines
646 B
Plaintext
# JH 2020
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'HTSlib'
|
|
version = '1.9'
|
|
|
|
homepage = "http://www.htslib.org/"
|
|
description = """ A C library for reading/writing high-throughput sequencing data.
|
|
This package includes the utilities bgzip and tabix """
|
|
|
|
toolchain = {'name': 'intel', 'version': '2020a'}
|
|
|
|
source_urls = ['https://github.com/samtools/%(namelower)s/releases/download/%(version)s/']
|
|
sources = [SOURCELOWER_TAR_BZ2]
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11'),
|
|
('bzip2', '1.0.8'),
|
|
('XZ', '5.2.5'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/bgzip", "bin/tabix", "lib/libhts.%s" % SHLIB_EXT],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'bio'
|