annotate stacks_cstacks.xml @ 5:687f84474d33 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit f507c4eaca0fe04e730d7c3bbb9e9d2488239a9f
author matthias
date Thu, 20 Jun 2019 08:12:36 -0400
parents 924e7889aa05
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
1 <tool id="stacks2_cstacks" name="Stacks2: cstacks" profile="@PROFILE@" version="@STACKS_VERSION@+galaxy@WRAPPER_VERSION@">
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
2 <description>Generate catalog of loci</description>
0
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
3 <macros>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
4 <import>macros.xml</import>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
5 </macros>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
6 <expand macro="requirements"/>
4
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
7 <expand macro="version_cmd"/>
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
8 <command detect_errors="aggressive"><![CDATA[
0
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
9 #import re
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
10
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
11 mkdir stacks_inputs stacks_outputs
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
12 &&
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
13
4
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
14 @LINK_STACKS_INPUT@
0
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
15
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
16 cstacks
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
17
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
18 -p \${GALAXY_SLOTS:-1}
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
19
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
20 #if $popmap
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
21 -P stacks_inputs
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
22 -M '$popmap'
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
23 #else
4
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
24 #for $sample in $samples
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
25 -s 'stacks_inputs/$sample'
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
26 #end for
0
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
27 -o stacks_outputs
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
28 #end if
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
29
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
30 -n $n
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
31 ## -c not implemented in Galaxy (appending can be done in Galaxy)
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
32
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
33 @GAP_OPTIONS@
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
34
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
35 ## Advanced Options
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
36 #if $k_len:
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
37 --k_len $k_len
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
38 #end if
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
39 $report_mmatches
4
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
40 @TEE_APPEND_LOG@
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
41 @CAT_LOG_TO_STDERR@
0
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
42
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
43 #if $popmap
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
44 ## When using a popmap, cstacks writes to the input dir
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
45 && mv stacks_inputs/catalog.*.tsv stacks_outputs/
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
46 #end if
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
47
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
48 ]]></command>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
49
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
50 <inputs>
4
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
51 <expand macro="input_stacks_macro"/>
0
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
52
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
53 <param name="popmap" type="data" format="tabular,txt" label="Population map" help="If set, the catalog will be built from samples listed in this file" optional="true" argument="-M" />
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
54
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
55 <param argument="-n" type="integer" value="1" label="Number of mismatches allowed between sample loci when building the catalog" help="(default 1; suggested: set to ustacks -M)"/>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
56
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
57 <expand macro="gap_options"/>
4
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
58 <param argument="--k_len" type="integer" min="5" max="31" value="" optional="true" label="K-mer size for matching between between catalog loci" help="default: automatic"/>
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
59 <param argument="--report_mmatches" type="boolean" checked="false" truevalue="--report_mmatches" falsevalue="" label="Report query loci that match more than one catalog locus" />
0
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
60 <expand macro="in_log"/>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
61 </inputs>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
62
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
63 <outputs>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
64 <expand macro="out_log"/>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
65 <expand macro="cstacks_outputs_macro"/>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
66 </outputs>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
67
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
68 <tests>
4
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
69 <!-- test w default options + popmap -->
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
70 <test>
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
71 <param name="input_stacks">
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
72 <collection type="list">
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
73 <element name="PopA_01.alleles" ftype="tabular" value="ustacks/PopA_01.alleles.tsv" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
74 <element name="PopA_01.snps" ftype="tabular" value="ustacks/PopA_01.snps.tsv" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
75 <element name="PopA_01.tags" ftype="tabular" value="ustacks/PopA_01.tags.tsv" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
76 <element name="PopA_02.alleles" ftype="tabular" value="ustacks/PopA_02.alleles.tsv" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
77 <element name="PopA_02.snps" ftype="tabular" value="ustacks/PopA_02.snps.tsv" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
78 <element name="PopA_02.tags" ftype="tabular" value="ustacks/PopA_02.tags.tsv" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
79 </collection>
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
80 </param>
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
81 <param name="popmap" ftype="tabular" value="denovo_map/popmap_cstacks.tsv" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
82 <param name="add_log" value="yes" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
83 <output name="output_log" ftype="txt" file="cstacks/cstacks.log"/>
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
84 <output_collection name="catalog" type="list">
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
85 <element name="catalog.alleles" file="cstacks/catalog.alleles.tsv" ftype="tabular" lines_diff="2"/>
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
86 <element name="catalog.snps" file="cstacks/catalog.snps.tsv" ftype="tabular" lines_diff="2" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
87 <element name="catalog.tags" file="cstacks/catalog.tags.tsv" ftype="tabular" lines_diff="2" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
88 </output_collection>
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
89 </test>
0
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
90 <!-- test w default options -->
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
91 <test>
4
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
92 <param name="input_stacks">
0
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
93 <collection type="list">
4
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
94 <element name="PopA_01.alleles" ftype="tabular" value="ustacks/PopA_01.alleles.tsv" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
95 <element name="PopA_01.snps" ftype="tabular" value="ustacks/PopA_01.snps.tsv" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
96 <element name="PopA_01.tags" ftype="tabular" value="ustacks/PopA_01.tags.tsv" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
97 <element name="PopA_02.alleles" ftype="tabular" value="ustacks/PopA_02.alleles.tsv" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
98 <element name="PopA_02.snps" ftype="tabular" value="ustacks/PopA_02.snps.tsv" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
99 <element name="PopA_02.tags" ftype="tabular" value="ustacks/PopA_02.tags.tsv" />
0
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
100 </collection>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
101 </param>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
102 <param name="add_log" value="yes" />
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
103 <output name="output_log"><assert_contents><has_text text="done." /></assert_contents></output>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
104 <output_collection name="catalog" type="list">
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
105 <element name="catalog.alleles" file="cstacks/catalog.alleles.tsv" ftype="tabular" lines_diff="2"/>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
106 <element name="catalog.snps" file="cstacks/catalog.snps.tsv" ftype="tabular" lines_diff="2" />
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
107 <element name="catalog.tags" file="cstacks/catalog.tags.tsv" ftype="tabular" lines_diff="2" />
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
108 </output_collection>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
109 </test>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
110 <!-- test w non default options (wo gapped, because tested already in ustacks) -->
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
111 <test>
4
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
112 <param name="input_stacks">
0
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
113 <collection type="list">
4
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
114 <element name="PopA_01.alleles" ftype="tabular" value="ustacks/PopA_01.alleles.tsv" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
115 <element name="PopA_01.snps" ftype="tabular" value="ustacks/PopA_01.snps.tsv" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
116 <element name="PopA_01.tags" ftype="tabular" value="ustacks/PopA_01.tags.tsv" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
117 <element name="PopA_02.alleles" ftype="tabular" value="ustacks/PopA_02.alleles.tsv" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
118 <element name="PopA_02.snps" ftype="tabular" value="ustacks/PopA_02.snps.tsv" />
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
119 <element name="PopA_02.tags" ftype="tabular" value="ustacks/PopA_02.tags.tsv" />
0
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
120 </collection>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
121 </param>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
122 <param name="n" value="2"/>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
123 <param name="k_len" value="23"/>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
124 <param name="report_mmatches" value="--report_mmatches" />
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
125 <assert_command>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
126 <has_text text="--k_len 23" />
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
127 <has_text text="-n 2" />
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
128 <has_text text="--report_mmatches" />
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
129 </assert_command>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
130 <param name="add_log" value="yes" />
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
131 <output name="output_log"><assert_contents><has_text text="done." /></assert_contents></output>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
132 <output_collection name="catalog" type="list">
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
133 <element name="catalog.alleles" file="cstacks/catalog.alleles.tsv" ftype="tabular" lines_diff="2"/>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
134 <element name="catalog.snps" file="cstacks/catalog.snps.tsv" ftype="tabular" lines_diff="2" />
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
135 <element name="catalog.tags" file="cstacks/catalog.tags.tsv" ftype="tabular" lines_diff="2" />
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
136 </output_collection>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
137 </test>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
138 </tests>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
139 <help>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
140 <![CDATA[
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
141 .. class:: infomark
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
142
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
143 **What it does**
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
144
3
61afc5a3cd8e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit c42d129928cfd153ba7a922368c8e76e79b242b2
matthias
parents: 1
diff changeset
145 A catalog can be built from any set of samples processed by ustacks. It will create a set of consensus loci, merging alleles together. In the case of a genetic cross, a catalog would be constructed from the parents of the cross to create a set of all possible alleles expected in the progeny of the cross.
0
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
146
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
147 --------
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
148
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
149 **Input files**
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
150
4
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
151 Output from denovo_map or ustacks
0
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
152
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
153 **Output files**
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
154
4
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
155 - catalog.tags file:
0
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
156
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
157 See `Stacks output description <http://catchenlab.life.illinois.edu/stacks/manual/#files>`_
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
158
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
159 Notes: For the tags file, each stack will start in the file with a consensus sequence for the entire stack followed by the flags for that stack. Then, each individual read that was merged into that stack will follow. The next stack will start with another consensus sequence.
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
160
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
161
4
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
162 - catalog.snps file:
0
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
163
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
164 See `Stacks output description <http://catchenlab.life.illinois.edu/stacks/manual/#files>`_
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
165
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
166 Notes: If a stack has two SNPs called within it, then there will be two lines in this file listing each one.
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
167
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
168
4
924e7889aa05 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 4e87a14a5479800df9675c1cbcdbe1b11f63653b-dirty
matthias
parents: 3
diff changeset
169 - catalog.alleles file:
0
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
170
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
171 See `Stacks output description <http://catchenlab.life.illinois.edu/stacks/manual/#files>`_
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
172
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
173 @STACKS_INFOS@
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
174 ]]>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
175 </help>
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
176 <expand macro="citation" />
e4b371f8a47a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
matthias
parents:
diff changeset
177 </tool>