view metaphlan_to_phyloxml.xml @ 2:1f80b01e1490

changed metaphlan.xml
author nsegata
date Wed, 06 Jun 2012 10:26:24 -0400
parents 016f6375aadc
children 73f082e9fa2d
line wrap: on
line source

<tool id="meta_to_phylo" name="MetaPhlAn to PhyloXML" version="1.0.0">
 <description>Converter</description>
 <command interpreter="python">
metaphlan_to_phyloxml.py $input $output
 </command>
 <inputs>
  <param name="input" type="data" format="tabular" label="Input MetaPhlAn File"/>
 </inputs>
 <outputs>
    <data format="xml" name="output" label="${tool.name} on ${on_string}" /> 
 </outputs>
 <tests>
 </tests>
 <help>
  MetaPhlAn to PhyloXML Converter
 </help>
</tool>