12
|
1 <tool id="protxml_to_table_1" name="ProtXML to Table" version="1.0.1">
|
|
2 <requirements>
|
|
3 <requirement type="package" version="1.3">protk</requirement>
|
|
4 </requirements>
|
|
5
|
|
6 <description>Converts a ProtXML file to a table</description>
|
|
7
|
|
8 <command>
|
|
9 protxml_to_table.rb
|
|
10
|
|
11 $input_file
|
|
12 -o $output
|
|
13 </command>
|
|
14
|
|
15 <inputs>
|
|
16
|
|
17 <param format="protxml" name="input_file" type="data" label="ProtXML File to Convert"/>
|
|
18
|
|
19 </inputs>
|
|
20
|
|
21
|
|
22 <outputs>
|
|
23 <data format="tabular" name="output" />
|
|
24 </outputs>
|
|
25
|
|
26
|
|
27 <help>
|
|
28
|
|
29 **What it does**
|
|
30
|
|
31 Converts a ProtXML file to a tab separated table
|
|
32
|
|
33 </help>
|
|
34
|
|
35 </tool>
|