mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00
25 lines
727 B
Plaintext
25 lines
727 B
Plaintext
name = 'SAMtools'
|
|
version = '1.8'
|
|
|
|
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]
|
|
|
|
# Patch Makefile to link against zlib provided by EB
|
|
#patches = ['SAMtools-1.3_Makefile.patch']
|
|
|
|
dependencies = [
|
|
('ncurses', '6.0', '', True),
|
|
('zlib', '1.2.11', '', True),
|
|
('XZ', '5.2.3', '', True),
|
|
]
|
|
|
|
moduleclass = 'bio'
|