easyconfigs-it4i/ARCHIVE/s/Stacks/Stacks-1.42-foss-2016a.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

53 lines
1.4 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'