easyconfigs-it4i/h/HTSlib/HTSlib-1.9-intel-2020a.eb
Lukáš Krupčík 45a2e32f03 new file: c/CP2K/CP2K-5.1.0-GCC-6.3.0-2.27.eb
new file:   c/CP2K/CP2K-7.1-intel-2017c.eb
	new file:   c/CP2K/CP2K-7.1-intel-2020a.eb
	new file:   g/GSL/GSL-2.5-intel-2020a.eb
	new file:   h/HTSlib/HTSlib-1.9-intel-2020a.eb
	new file:   l/Libint/Libint-1.1.6-intel-2020a.eb
	new file:   l/libxsmm/libxsmm-1.8.3-intel-2020a.eb
	modified:   m/mpi4py/mpi4py-3.0.0-Py-2.7.eb
	new file:   p/PLUMED/PLUMED-2.4.2-intel-2020a.eb
	modified:   p/Platypus/Platypus-20170509-Py-2.7.eb
	deleted:    c/CP2K/CP2K-5.1.eb
2020-04-07 11:02:49 +02:00

29 lines
688 B
Plaintext

# IT4Innovations 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', '', True),
('bzip2', '1.0.6', '', True),
('XZ', '5.2.4', '', True),
]
sanity_check_paths = {
'files': ["bin/bgzip", "bin/tabix", "lib/libhts.%s" % SHLIB_EXT],
'dirs': [],
}
moduleclass = 'bio'