mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00
19 lines
548 B
Plaintext
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'
|