Mercurial > repos > dannon > metaphlan
annotate metaphlan_to_phyloxml.xml @ 5:73f082e9fa2d
Set of improvements and fixes from Nicola Soranzo
changeset: 9:c3dae016a3eb
files: metaphlan.xml
description: Update citation
changeset: 8:f58b66b4e5fc
files: metaphlan.xml
description:
Add select lists for -t and --tax_lev options
Also some small fixes
changeset: 7:94a2b29778b7
files: metaphlan_to_phyloxml.xml
description:
Clarify that only result of rel_ab analysis is accepted as input
changeset: 6:b0eba028dee8
files: metaphlan.xml metaphlan_to_phyloxml.xml
description: Fix whitespaces
changeset: 5:4340075c8a93
files: tool_dependencies.xml
description: Correct metaphlan clone URL to avoid a redirect
changed metaphlan.xml
changed metaphlan_to_phyloxml.xml
changed tool_dependencies.xml
author | nsegata |
---|---|
date | Sun, 23 Dec 2012 18:46:23 +0100 |
parents | 016f6375aadc |
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> |