easyconfigs-it4i/b/BWA/BWA-0.7.17-intel-2020b.eb
Lukas Krupcik d6d24b7041 new file: b/BWA/BWA-0.7.17-intel-2020b.eb
new file:   s/snpEff/snpEff-5.0-GCCcore-10.2.0-Java-11-Python-3.8.6.eb
2021-10-25 08:33:58 +02:00

21 lines
605 B
Plaintext

# IT4Innovations
# LK 2021
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': '2020b'}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/lh3/%(name)s/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['980b9591b61c60042c4a39b9e31ccaad8d17ff179d44d347997825da3fdf47fd']
dependencies = [('zlib', '1.2.11')]
moduleclass = 'bio'