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