diff metaphlan_to_phyloxml.xml @ 1:016f6375aadc

Initial commit of metaphlan_to_phyloxml converter.
author Dannon Baker <dannonbaker@me.com>
date Tue, 03 Apr 2012 16:30:27 -0600
parents
children 73f082e9fa2d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/metaphlan_to_phyloxml.xml	Tue Apr 03 16:30:27 2012 -0600
@@ -0,0 +1,17 @@
+<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>