Mercurial > repos > iracooke > tpp_prophets
changeset 10:1382859d4403 draft
Uploaded
| author | iracooke |
|---|---|
| date | Tue, 11 Mar 2014 20:53:06 -0400 |
| parents | 856a89c7db31 |
| children | 806d9807d506 |
| files | protxml_to_table.xml |
| diffstat | 1 files changed, 35 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/protxml_to_table.xml Tue Mar 11 20:53:06 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.2.6">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>
