easyconfigs-it4i/s/Stacks/Stacks-1.42-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

36 lines
1.2 KiB
Plaintext

easyblock = 'ConfigureMake'
name = 'Stacks'
version = '1.42'
homepage = 'http://creskolab.uoregon.edu/stacks/'
description = """Stacks is a software pipeline for building loci from short-read sequences, such as those generated on
the Illumina platform. Stacks was developed to work with restriction enzyme-based data, such as RAD-seq, for the purpose
of building genetic maps and conducting population genomics and phylogeography.
"""
toolchain = {'name': 'foss', 'version': '2016a'}
source_urls = ['http://catchenlab.life.illinois.edu/stacks/source/']
sources = [SOURCELOWER_TAR_GZ]
dependencies = [
('zlib', '1.2.8'),
('SAMtools', '1.3.1'),
('sparsehash', '2.0.2'),
]
sanity_check_paths = {
'files': [
'bin/%s' % binfile for binfile in [
'clone_filter', 'denovo_map.pl', 'exec_velvet.pl', 'genotypes', 'index_radtags.pl', 'load_radtags.pl',
'populations', 'process_shortreads', 'ref_map.pl', 'sstacks', 'ustacks', 'cstacks', 'estacks',
'export_sql.pl', 'hstacks', 'kmer_filter', 'load_sequences.pl', 'process_radtags', 'pstacks',
'sort_read_pairs.pl', 'stacks_export_notify.pl',
]
],
'dirs': [],
}
moduleclass = 'bio'