easyconfigs-it4i/v/VCFtools/VCFtools-0.1.14-goolf-1.7.20-Perl-5.22.2.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

43 lines
972 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.7.20'}
source_urls = [
'https://github.com/vcftools/vcftools/releases/download/v%(version)s/']
sources = [SOURCELOWER_TAR_GZ]
dependencies = [
('Perl', '5.22.2'),
]
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'