mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
29 lines
1022 B
Plaintext
29 lines
1022 B
Plaintext
##
|
|
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
|
|
#
|
|
# Copyright:: Copyright 2012-2014 Cyprus Institute / CaSToRC, Uni.Lu/LCSB, NTUA
|
|
# Authors:: George Tsouloupas <g.tsouloupas@cyi.ac.cy>, Fotis Georgatos <fotis@cern.ch>, Daniel Navarro <daniel_navarro@meei.harvard.edu>
|
|
# License:: MIT/GPL
|
|
# $Id$
|
|
#
|
|
# This work implements a part of the HPCBIOS project and is a component of the policy:
|
|
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-94.html
|
|
##
|
|
|
|
name = 'BWA'
|
|
version = '0.7.13'
|
|
|
|
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': 'goolf', 'version': '1.4.10'}
|
|
toolchainopts = {'optarch': True, 'pic': True}
|
|
|
|
sources = [SOURCELOWER_TAR_BZ2]
|
|
source_urls = [('http://sourceforge.net/projects/bio-bwa/files/', 'download')]
|
|
|
|
dependencies = [('zlib', '1.2.8')]
|
|
|
|
moduleclass = 'bio'
|