comparison metaphlan_to_phyloxml.xml @ 0:0ec6c5781381 draft

Uploaded
author jjohnson
date Tue, 09 Oct 2012 12:13:27 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0ec6c5781381
1 <tool id="meta_to_phylo" name="MetaPhlAn to PhyloXML" version="1.0.0">
2 <description>Converter</description>
3 <command interpreter="python">
4 metaphlan_to_phyloxml.py $input $output
5 </command>
6 <inputs>
7 <param name="input" type="data" format="tabular" label="Input MetaPhlAn File"/>
8 </inputs>
9 <outputs>
10 <data format="xml" name="output" label="${tool.name} on ${on_string}" />
11 </outputs>
12 <tests>
13 </tests>
14 <help>
15 MetaPhlAn to PhyloXML Converter
16 </help>
17 </tool>