easyconfigs-it4i/ARCHIVE/b/BCFtools/BCFtools-1.2-foss-2015a.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

46 lines
1.1 KiB
Plaintext

easyblock = 'ConfigureMake'
name = 'BCFtools'
version = '1.2'
homepage = 'http://www.htslib.org/'
description = """Samtools is a suite of programs for interacting with high-throughput sequencing data.
BCFtools - Reading/writing BCF2/VCF/gVCF files and calling/filtering/summarising SNP and short indel sequence variants"""
toolchain = {'name': 'foss', 'version': '2015a'}
toolchainopts = {'optarch': True, 'pic': True}
sources = [SOURCELOWER_TAR_BZ2]
source_urls = [
'https://github.com/samtools/%(namelower)s/releases/download/%(version)s']
patches = ['%(name)s-%(version)s_extHTSlib_Makefile.patch']
dependencies = [
('HTSlib', '1.2.1'),
('zlib', '1.2.8'),
]
parallel = 1
skipsteps = ['configure']
installopts = ' prefix=%(installdir)s'
postinstallcmds = [
'mkdir -p %(installdir)s/lib/plugins',
'cp -a plugins/*.so %(installdir)s/lib/plugins/.',
]
sanity_check_paths = {
'files': [
'bin/%s' %
x for x in [
'bcftools',
'plot-vcfstats',
'vcfutils.pl']],
'dirs': ['lib/plugins'],
}
moduleclass = 'bio'