easyconfigs-it4i/v/VCFtools/VCFtools-0.1.14-goolf-1.4.10-Perl-5.16.3.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

35 lines
918 B
Plaintext

# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# Author: Pablo Escobar Lopez
# sciCORE - University of Basel
# SIB Swiss Institute of Bioinformatics
easyblock = 'ConfigureMake'
name = 'VCFtools'
version = '0.1.14'
versionsuffix = '-Perl-%(perlver)s'
homepage = 'https://vcftools.github.io/'
description = """A set of tools written in Perl and C++ for working with VCF files."""
toolchain = {'name': 'goolf', 'version': '1.4.10'}
source_urls = ['https://github.com/vcftools/vcftools/releases/download/v%(version)s/']
sources = [SOURCELOWER_TAR_GZ]
dependencies = [
('Perl' , '5.16.3'),
]
sanity_check_paths = {
'files': ["bin/%s" % x for x in ["vcftools", "fill-fs", "vcf-compare", "vcf-contrast",
"vcf-fix-ploidy", "vcf-merge"]],
'dirs': [],
}
modextrapaths = {
'PERL5LIB': 'lib/perl5/site_perl/',
}
moduleclass = 'bio'