Mercurial > repos > iuc > humann2_split_table
comparison humann2_split_table.xml @ 0:880500b7f099 draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
| author | iuc |
|---|---|
| date | Mon, 13 Mar 2017 12:27:13 -0400 |
| parents | |
| children | b7b12cd9e58d |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:880500b7f099 |
|---|---|
| 1 <tool id="humann2_split_table" name="Split" version="@WRAPPER_VERSION@.0"> | |
| 2 <description> a HUMAnN2 generated table</description> | |
| 3 <macros> | |
| 4 <import>humann2_macros.xml</import> | |
| 5 </macros> | |
| 6 <expand macro="requirements"/> | |
| 7 <expand macro="version"/> | |
| 8 <command detect_errors="exit_code"><![CDATA[ | |
| 9 humann2_split_table | |
| 10 --input '$input' | |
| 11 -o 'output' | |
| 12 #if $taxonomy_index | |
| 13 --taxonomy_index '$taxonomy_index' | |
| 14 #end if | |
| 15 #if $taxonomy_level | |
| 16 --taxonomy_level '$taxonomy_level' | |
| 17 #end if | |
| 18 ]]></command> | |
| 19 <inputs> | |
| 20 <param argument="--input" type="data" format="tsv,tabular,biom1" label="Gene table to split"/> | |
| 21 <param argument="--taxonomy_index" type="text" label="Index of the gene in the taxonomy data" optional="true"/> | |
| 22 <param argument="--taxonomy_level" type="select" label="Level of taxonomy for the output" optional="true" help="if input is from picrust metagenome_contributions.py"> | |
| 23 <option value="Kingdom">Kingdom</option> | |
| 24 <option value="Phylum">Phylum</option> | |
| 25 <option value="Class">Class</option> | |
| 26 <option value="Order">Order</option> | |
| 27 <option value="Family">Family</option> | |
| 28 <option value="Genus">Genus</option> | |
| 29 <option value="Species">Species</option> | |
| 30 </param> | |
| 31 </inputs> | |
| 32 <outputs> | |
| 33 <collection type="list" name="split_tables" label="${tool.name} on ${on_string}: Split tables"> | |
| 34 <discover_datasets pattern="__designation_and_ext__" directory="output"/> | |
| 35 </collection> | |
| 36 </outputs> | |
| 37 <tests> | |
| 38 <test> | |
| 39 <param name="input" value="joined_pathway_coverage_abundance.tsv"/> | |
| 40 <output_collection name="split_tables" type="list" > | |
| 41 <element name="demo_Coverage" file="demo_Coverage.tsv" /> | |
| 42 <element name="demo_Abundance" file="demo_Abundance.tsv" /> | |
| 43 </output_collection> | |
| 44 </test> | |
| 45 </tests> | |
| 46 <help><![CDATA[ | |
| 47 @HELP_HEADER@ | |
| 48 | |
| 49 Split HUMAnN2 table is a tool to split a gene table with multiple columns. This file can have been generated with the join table tool. | |
| 50 ]]></help> | |
| 51 <expand macro="citations"/> | |
| 52 </tool> |
