easyconfigs-it4i/s/SAMtools/SAMtools-1.9-intel-2017a.eb
Lukáš Krupčík 552506bdb2 new file: b/BCFtools/BCFtools-1.9-intel-2017a.eb
new file:   h/HTSlib/HTSlib-1.9-intel-2017a.eb
	modified:   o/OpenFOAM/OpenFOAM-6-foss-2018a.eb
	new file:   r/R/MCMCpack-1.4-4_icpc-wd308.patch
	modified:   r/R/R-3.5.3-intel-2017a.eb
	modified:   s/SAMtools/SAMtools-1.9-intel-2017a.eb
2019-04-24 12:15:21 +02:00

25 lines
687 B
Plaintext

# IT4Innovations 2019
name = 'SAMtools'
version = '1.9'
homepage = 'http://www.htslib.org/'
description = """SAM Tools provide various utilities for manipulating alignments in the SAM format,
including sorting, merging, indexing and generating alignments in a per-position format."""
toolchain = {'name': 'intel', 'version': '2017a'}
toolchainopts = {'optarch': True, 'pic': True}
source_urls = [
'https://github.com/samtools/%(namelower)s/releases/download/%(version)s']
sources = [SOURCELOWER_TAR_BZ2]
dependencies = [
('ncurses', '6.0', '', True),
('zlib', '1.2.11', '', True),
('XZ', '5.2.4', '', True),
('bzip2', '1.0.6', '', True),
]
moduleclass = 'bio'