annotate metaphlan_to_phyloxml.xml @ 7:db6ad024e739
draft default tip
Add stdio tags to avoid galaxy error on warning message
author |
Jim Johnson <jj@umn.edu> |
date |
Wed, 10 Oct 2012 14:19:10 -0500 |
parents |
0ec6c5781381 |
children |
|
rev |
line source |
0
|
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>
|