easyconfigs-it4i/b/BWA/BWA-0.7.17-intel-2017a.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

19 lines
548 B
Plaintext

name = 'BWA'
version = '0.7.17'
homepage = 'http://bio-bwa.sourceforge.net/'
description = """Burrows-Wheeler Aligner (BWA) is an efficient program that aligns
relatively short nucleotide sequences against a long reference sequence such as the human genome."""
toolchain = {'name': 'intel', 'version': '2017a'}
toolchainopts = {'optarch': True, 'pic': True}
source_urls = [('http://sourceforge.net/projects/bio-bwa/files/', 'download')]
sources = [SOURCELOWER_TAR_BZ2]
dependencies = [
('zlib', '1.2.11', '', True),
]
moduleclass = 'bio'