annotate humann2_regroup_table.xml @ 0:1271ea9b43b6 draft

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
author bebatut
date Mon, 20 Feb 2017 11:27:57 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
1 <tool id="humann2_regroup_table" name="Regroup" version="@WRAPPER_VERSION@.0">
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
2 <description> a HUMAnN2 generated table by features</description>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
3
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
4 <macros>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
5 <import>humann2_macros.xml</import>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
6 </macros>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
7
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
8 <expand macro="requirements"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
9 <expand macro="stdio"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
10
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
11 <version_command>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
12 <![CDATA[
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
13 humann2_regroup_table --version
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
14 ]]>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
15 </version_command>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
16
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
17 <command><![CDATA[
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
18 humann2_regroup_table
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
19 --input '$input'
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
20 -o '$output_table'
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
21 --function '$function'
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
22
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
23 #if $built_in.built_in_test == "true":
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
24 --groups '$built_in.gene_family_groups.groups'
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
25 #else:
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
26 --custom '$built_in.custom'
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
27 $built_in.reversed
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
28 #end if
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
29
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
30 --ungrouped '$ungrouped'
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
31 --protected '$protected'
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
32 ]]></command>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
33
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
34 <inputs>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
35 <param argument="--input" type="data" format="tsv" label="Gene/pathway table"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
36 <param argument="--function" type="select" label="How to combine grouped features?">
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
37 <option value="sum" selected="true">Sum</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
38 <option value="mean">Mean</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
39 </param>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
40 <conditional name="built_in">
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
41 <param name='built_in_test' type='select' label="Use built-in grouping options?" help="">
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
42 <option value="true" selected="true">Yes</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
43 <option value="false">No</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
44 </param>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
45 <when value="true">
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
46 <conditional name="gene_family_groups">
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
47 <param name="gene_family_type" type="select" label="Gene family type">
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
48 <option value="uniref50">UniRef50 gene families</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
49 <option value="uniref90">UniRef90 gene families</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
50 </param>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
51 <when value="uniref50">
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
52 <param name="groups" type="select" label="Grouping options" help="(--groups)">
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
53 <option value="uniref50_go">UniRef50 gene families into GO</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
54 <option value="uniref50_ko">UniRef90 gene families into KEGG Orthogroups (KOs)</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
55 <option value="uniref50_eggnog">UniRef50 gene families into eggNOG</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
56 <option value="uniref50_pfam">UniRef50 gene families into PFAM</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
57 <option value="uniref50_level4ec">UniRef50 gene families into level4ec</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
58 <option value="uniref50_infogo1000">UniRef50 gene families into InfoGO1000</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
59 <option value="uniref50_rxn">UniRef50 gene families into metacyc reactions</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
60 </param>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
61 </when>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
62 <when value="uniref90">
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
63 <param name="groups" type="select" label="Grouping options" help="(--groups)">
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
64 <option value="uniref90_go">UniRef90 gene families into GO</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
65 <option value="uniref90_ko">UniRef90 gene families into KEGG Orthogroups (KOs)</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
66 <option value="uniref90_eggnog">UniRef90 gene families into eggNOG</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
67 <option value="uniref90_pfam">UniRef90 gene families into PFAM</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
68 <option value="uniref90_level4ec">UniRef90 gene families into level4ec</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
69 <option value="uniref90_infogo1000">UniRef90 gene families into InfoGO1000</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
70 <option value="uniref90_rxn">UniRef90 gene families into metacyc reactions</option>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
71 </param>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
72 </when>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
73 </conditional>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
74 </when>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
75 <when value="false">
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
76 <param argument="--custom" type="data" format="tsv" label="Custom groups file"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
77 <param argument='--reversed' type='boolean' checked="false" truevalue='--reversed' falsevalue='' label="Is the groups file reversed?" help="Mapping from features to groups"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
78 </when>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
79 </conditional>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
80 <param argument="--precision" type="integer" value="3" label="Decimal places to round to after applying function"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
81 <param argument="--ungrouped" type='boolean' checked="true" truevalue='Y' falsevalue='N' label="Include an 'UNGROUPED' group to capture features that did not belong to other groups?"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
82 <param argument="--protected" type='boolean' checked="true" truevalue='Y' falsevalue='N' label="Carry through protected features, such as 'UNMAPPED'?"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
83 </inputs>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
84
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
85 <outputs>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
86 <data format="tsv" name="output_table" label="${tool.name} on ${on_string}: Regrouped table" />
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
87 </outputs>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
88
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
89 <tests>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
90 <test>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
91 <param name="input" value="demo_genefamilies.tsv"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
92 <param name="function" value="sum"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
93 <param name="built_in_test" value="true"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
94 <param name="gene_family_type" value="uniref90"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
95 <param name="groups" value="uniref90_infogo1000"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
96 <param name="ungrouped" value="Y"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
97 <param name="protected" value="Y"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
98 <output name="output_table" file="regrouped_gene_families_to_infogo1000.tsv"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
99 </test>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
100 <test>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
101 <param name="input" value="demo_genefamilies.tsv"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
102 <param name="function" value="mean"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
103 <param name="built_in_test" value="true"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
104 <param name="gene_family_type" value="uniref90"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
105 <param name="groups" value="uniref90_ko"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
106 <param name="ungrouped" value="Y"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
107 <param name="protected" value="Y"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
108 <output name="output_table" file="regrouped_gene_families_to_ko.tsv"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
109 </test>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
110 <test>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
111 <param name="input" value="demo_genefamilies.tsv"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
112 <param name="function" value="sum"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
113 <param name="built_in_test" value="true"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
114 <param name="gene_family_type" value="uniref90"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
115 <param name="groups" value="uniref90_rxn"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
116 <param name="ungrouped" value="Y"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
117 <param name="protected" value="Y"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
118 <output name="output_table" file="regrouped_gene_families_to_rxn.tsv"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
119 </test>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
120 </tests>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
121
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
122 <help><![CDATA[
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
123 **What it does**
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
124
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
125 HUMAnN is a pipeline for efficiently and accuretly profiling the presence/absence and abundance of microbial pathways in a community from metagenomic or metatranscriptomic sequencing data. `Read more about the tool <http://huttenhower.sph.harvard.edu/humann2/manual>`_.
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
126
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
127 Regroup HUMAnN2 table features is a tool for regrouping table features (abundances or coverage) given a table of feature values and a mapping of groups to component features. It produces a new table with group values in place of feature values.
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
128 ]]></help>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
129
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
130 <expand macro="citations"/>
1271ea9b43b6 planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f126d56aa160b10437d9dabf5c9e32fd4569fee6\n'-dirty
bebatut
parents:
diff changeset
131 </tool>