Mercurial > repos > iracooke > tpp_prophets
diff protxml_to_table.xml @ 12:4c66453a168e draft
Uploaded
author | iracooke |
---|---|
date | Mon, 16 Jun 2014 07:17:09 -0400 |
parents | |
children | d90c8bc10a9c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/protxml_to_table.xml Mon Jun 16 07:17:09 2014 -0400 @@ -0,0 +1,35 @@ +<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>