Mercurial > repos > iracooke > tpp_prophets
view protxml_to_table.xml @ 13:b793fe628648 draft
Uploaded
author | iracooke |
---|---|
date | Tue, 01 Jul 2014 11:16:41 -0400 |
parents | 4c66453a168e |
children | d90c8bc10a9c |
line wrap: on
line source
<tool id="protxml_to_table_1" name="ProtXML to Table" version="1.0.1"> <requirements> <requirement type="package" version="1.3">protk</requirement> </requirements> <description>Converts a ProtXML file to a table</description> <command> protxml_to_table.rb $input_file -o $output </command> <inputs> <param format="protxml" name="input_file" type="data" label="ProtXML File to Convert"/> </inputs> <outputs> <data format="tabular" name="output" /> </outputs> <help> **What it does** Converts a ProtXML file to a tab separated table </help> </tool>