Mercurial > repos > dannon > metaphlan
annotate metaphlan_to_phyloxml.xml @ 6:e951f9d38339 default tip
Added metaphlan2krona
author | Dannon Baker <dannonbaker@me.com> |
---|---|
date | Tue, 08 Apr 2014 14:16:46 -0400 |
parents | 73f082e9fa2d |
children |
rev | line source |
---|---|
1
016f6375aadc
Initial commit of metaphlan_to_phyloxml converter.
Dannon Baker <dannonbaker@me.com>
parents:
diff
changeset
|
1 <tool id="meta_to_phylo" name="MetaPhlAn to PhyloXML" version="1.0.0"> |
5 | 2 <description>converter</description> |
3 <command interpreter="python">metaphlan_to_phyloxml.py $input $output</command> | |
4 <inputs> | |
5 <param name="input" type="data" format="tabular" label="MetaPhlAn relative abundances"/> | |
6 </inputs> | |
7 <outputs> | |
1
016f6375aadc
Initial commit of metaphlan_to_phyloxml converter.
Dannon Baker <dannonbaker@me.com>
parents:
diff
changeset
|
8 <data format="xml" name="output" label="${tool.name} on ${on_string}" /> |
5 | 9 </outputs> |
10 <tests> | |
11 </tests> | |
12 <help> | |
13 This tool converts the results of metagonome profiling performed with MetaPhlAn from tabular to PhyloXML format. The tool accepts as input only the result of rel_ab analysis (profiling in terms of relative abundaces), not reads_map or clade_profiles analysis. | |
14 </help> | |
1
016f6375aadc
Initial commit of metaphlan_to_phyloxml converter.
Dannon Baker <dannonbaker@me.com>
parents:
diff
changeset
|
15 </tool> |