Mercurial > repos > bebatut > humann2
view humann2_split_table.xml @ 10:a749062bc435 draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
| author | bebatut |
|---|---|
| date | Tue, 12 Apr 2016 03:06:03 -0400 |
| parents | 7d2be77d5b83 |
| children | e504cd2410a6 |
line wrap: on
line source
<tool id="humann2_split_table" name="Split HUMAnN2 table" version="0.5.0"> <description></description> <macros> <import>humann2_macros.xml</import> </macros> <expand macro="requirements"/> <expand macro="stdio"/> <version_command> <![CDATA[ humann2_split_table --version ]]> </version_command> <command><![CDATA[ humann2_split_table -i "input_file" -o "output" ]]></command> <inputs> <param name="input_file" type="data" format="tsv,biom" label="Gene/pathway table to read" help=""/> </inputs> <outputs> <outputs> <data format="txt" name="report"> <discover_datasets pattern="__designation__" ext="tabular" directory="output" visible="true" /> </data> </outputs> </outputs> <tests> <test> <param name="input_file" value="humann2_input.fasta"/> </test> </tests> <help><![CDATA[ **What it does** Split HUMAnN2 table is a tool to split a gene/pathway table in table per sample. 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>`_. ]]></help> <citations> </citations> </tool>
