Created
January 22, 2015 15:40
-
-
Save xguse/940f01dfd67c801a8594 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Built with EasyBuild version 1.16.1 on 2015-01-22_08-13-37 | |
# Original file: /home/gus/remote_mounts/louise/.local/easybuild/ebfiles_repo/Stacks/Stacks-1.03-goolf-1.4.10-no-OFED.eb | |
# Tweaked by Gus Dunn to install stacks-1.24 | |
easyblock = 'ConfigureMake' | |
name = 'Stacks' | |
version = '1.24' | |
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': 'goolf', 'version': '1.4.10-no-OFED'} # tweaked by EasyBuild (was: {'name': 'goolf', 'version': '1.4.10'}) | |
source_urls = ['http://creskolab.uoregon.edu/stacks/source/'] | |
sources = [SOURCELOWER_TAR_GZ] | |
configopts = ['--enable-sparsehash', '--enable-bam'] | |
# dependencies = [('SAMtools', '1.1'), ('google-sparsehash', '2.0.2')] | |
builddependencies = [('SAMtools', '1.1'), ('google-sparsehash', '2.0.2')] | |
runtest = "check" | |
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' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment