easyconfigs-it4i/d/DIAL/DIAL-2011.06.06-foss-2016a.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

34 lines
1.0 KiB
Plaintext

easyblock = 'ConfigureMake'
name = 'DIAL'
version = '2011.06.06'
homepage = 'http://www.bx.psu.edu/miller_lab/'
description = """DIAL (De novo Identification of Alleles) is a collection of programs
to automate the discovery of alleles for a species where we lack a reference sequence.
The SNPs/alleles are specifically selected for a low error rate in genotyping assays.
"""
toolchain = {'name': 'foss', 'version': '2016a'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://www.bx.psu.edu/miller_lab/dist/']
patches = ['DIAL-%(version)s_Makefile.in.patch']
dependencies = [
('LASTZ', '1.02.00'),
]
binaries = [ 'assemble', 'assemble1', 'assemble_illumina', 'build_sff_index', 'convertFastqFasta',
'cull_components', 'DIAL', 'filter', 'filter_clusters', 'fish_clusters', 'make_template',
'masker', 'partition', 'remove_clones', 'remove_clusters', 'update', 'update_clusters',
'update_status',]
sanity_check_paths = {
'files': ['bin/%s' % binfile for binfile in binaries],
'dirs': ['bin']
}
moduleclass = 'bio'