-
Notifications
You must be signed in to change notification settings - Fork 782
Stacks #367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stacks #367
Changes from all commits
c03405c
f7c6f17
1ce8e32
9280e83
52e1227
f496c4a
ae91748
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| name = 'Stacks' | ||
| version = '1.03' | ||
|
|
||
| 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'} | ||
|
|
||
| sources = [SOURCELOWER_TAR_GZ] | ||
| source_urls = ['http://creskolab.uoregon.edu/stacks/source/'] | ||
|
|
||
| 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' | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| name = 'Stacks' | ||
| version = '1.03' | ||
|
|
||
| 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': 'ictce', 'version': '4.1.13'} # tweaked by EasyBuild (was: {'name': 'goolf', 'version': '1.4.10'}) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. just do a cleanup here |
||
|
|
||
| sources = [SOURCELOWER_TAR_GZ] | ||
| source_urls = ['http://creskolab.uoregon.edu/stacks/source/'] | ||
|
|
||
| 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' | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,8 +2,8 @@ | |
| # This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild | ||
| # | ||
| # Copyright:: Copyright 2012-2013 University of Luxembourg/Luxembourg Centre for Systems Biomedicine | ||
| # Authors:: Cedric Laczny <cedric.laczny@uni.lu>, Fotis Georgatos <fotis.georgatos@uni.lu>, Jens Timmerman | ||
| # License:: GPL | ||
| # Authors:: Cedric Laczny <cedric.laczny@uni.lu>, Fotis Georgatos <fotis.georgatos@uni.lu> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we're happy to have you as co-author, do as you fancy ;-)
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't know why this happened, I think I copied from an older goalf version where I was not in there |
||
| # License:: MIT/GPL | ||
| # $Id$ | ||
| # | ||
| # This work implements a part of the HPCBIOS project and is a component of the policy: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think 1-space indent is kind of the preferred standard, no?