ComputeVM: BWA-0.7.12-goolf-1.7.20.eb

File BWA-0.7.12-goolf-1.7.20.eb, 936 bytes (added by george, 9 years ago)
Line 
1##
2# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
3#
4# Copyright:: Copyright 2012-2014 Cyprus Institute / CaSToRC, Uni.Lu/LCSB, NTUA
5# Authors::   George Tsouloupas <g.tsouloupas@cyi.ac.cy>, Fotis Georgatos <fotis@cern.ch>
6# License::   MIT/GPL
7# $Id$
8#
9# This work implements a part of the HPCBIOS project and is a component of the policy:
10# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-94.html
11##
12
13name = 'BWA'
14version = '0.7.12'
15
16homepage = 'http://bio-bwa.sourceforge.net/'
17description = """Burrows-Wheeler Aligner (BWA) is an efficient program that aligns
18 relatively short nucleotide sequences against a long reference sequence such as the human genome."""
19
20toolchain = {'name': 'goolf', 'version': '1.7.20'}
21toolchainopts = {'optarch': True, 'pic': True}
22
23sources = [SOURCELOWER_TAR_BZ2]
24source_urls = [('http://sourceforge.net/projects/bio-bwa/files/', 'download')]
25
26moduleclass = 'bio'