easyconfigs-it4i/g/GMAP-GSNAP/GMAP-GSNAP-2015-12-31.v2-foss-2015b.eb
2017-03-09 11:57:40 +01:00

38 lines
1.1 KiB
Plaintext

# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# Author: Pablo Escobar Lopez
# Swiss Institute of Bioinformatics
# Biozentrum - University of Basel
easyblock = 'ConfigureMake'
name = 'GMAP-GSNAP'
version = "2015-12-31.v2"
homepage = 'http://research-pub.gene.com/gmap/'
description = """GMAP: A Genomic Mapping and Alignment Program for mRNA and EST Sequences
GSNAP: Genomic Short-read Nucleotide Alignment Program"""
toolchain = {'name': 'foss', 'version': '2015b'}
source_urls = ['http://research-pub.gene.com/gmap/src/']
sources = [SOURCELOWER_TAR_GZ]
# with these deps you can use standard compressed files
# to support files in gobby format take a look at README for extra dependencies
# http://research-pub.gene.com/gmap/src/README
dependencies = [
('bzip2', '1.0.6'),
('zlib', '1.2.8'),
]
# you can change the MAX_READLENGTH for GSNAP with something like this.
# details in the README http://research-pub.gene.com/gmap/src/README
#configopts = 'MAX_READLENGTH=250'
sanity_check_paths = {
'files': ['bin/gmap', 'bin/gsnap'],
'dirs': [],
}
moduleclass = 'bio'