view metaphlan_to_phyloxml.xml @ 4:80b22b31633f

Updated for MetaPhlAn v1.7 and tool_dependencies added for auto install
author Jim Johnson <jj@umn.edu>
date Thu, 11 Oct 2012 12:01:20 -0500
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>