-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding easyconfigs: Stacks-2.68-foss-2023a.eb
- Loading branch information
1 parent
d99fd3d
commit 3b69ab8
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
easyblock = 'ConfigureMake' | ||
|
||
name = 'Stacks' | ||
version = '2.68' | ||
|
||
homepage = 'https://catchenlab.life.illinois.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': '2023a'} | ||
|
||
source_urls = ['https://catchenlab.life.illinois.edu/stacks/source/'] | ||
sources = [SOURCELOWER_TAR_GZ] | ||
checksums = ['9dc51ea356d60eb4557b0b2d1a8854aafae492aed87f974e0249cc09aa5e7650'] | ||
|
||
dependencies = [ | ||
('zlib', '1.2.13'), | ||
] | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/clone_filter', 'bin/cstacks', 'bin/gstacks', 'bin/kmer_filter', 'bin/phasedstacks', | ||
'bin/populations', 'bin/process_radtags', 'bin/process_shortreads', 'bin/sstacks', | ||
'bin/tsv2bam', 'bin/ustacks'], | ||
'dirs': [], | ||
} | ||
|
||
moduleclass = 'bio' |