annotate mea.xml @ 7:5f780b6d99d3 draft

planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
author rnateam
date Sat, 01 Aug 2015 04:44:27 -0400
parents 44984b9450ca
children e0f8bc01b84b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
1 <tool id="mea" name="MEA" version="0.6.4.0">
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
2 <description>Predict MEA structures and compare structures of RNAs</description>
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
3 <requirements>
7
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
4 <requirement type="package" version="2.22.6">gengetopt</requirement>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
5 <requirement type="package" version="0.6.4">mea</requirement>
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
6 </requirements>
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
7 <stdio>
7
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
8 <exit_code range=":-1"/>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
9 <exit_code range="1:" />
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
10 </stdio>
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
11 <version_command>mea --version</version_command>
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
12 <command><![CDATA[
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
13 mea
7
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
14 #if str($predict_mode.predict_selector) == "predict":
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
15 $predict_mode.dotplot
7
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
16 #if str($predict_mode.mea_parameters.mea_parameters_selector) == "no_default"
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
17 --alpha $predict_mode.mea_parameters.alpha
7
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
18 --beta $predict_mode.mea_parameters.beta
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
19 --gamma $predict_mode.mea_parameters.gamma
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
20 --delta $predict_mode.mea_parameters.delta
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
21 #end if
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
22 #else
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
23 --structure `cat $predict_mode.structure`
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
24 #end if
7
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
25 #if str($compare_mode.compare_selector) == 'compare':
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
26 --reference `cat $compare_mode.reference`
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
27 $compare_mode.slide_rule
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
28 $compare_mode.conflict_rule
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
29 #end if
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
30 > $stdout
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
31 ]]></command>
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
32 <inputs>
7
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
33 <conditional name="predict_mode">
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
34 <param name="predict_selector" type="select" label="Predict MEA structure">
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
35 <option value="predict">Predict MEA structure</option>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
36 <option value="compare">Specify structure (for comparison)</option>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
37 </param>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
38 <when value="predict">
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
39 <param name="dotplot" type="data" format="rna_eps" label="Dotplot" optional="False"
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
40 help="Dotplot file (RNA base pair probabilities)"/>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
41 <conditional name="mea_parameters">
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
42 <param name="mea_parameters_selector" type="boolean" label="Use default parameters"
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
43 truevalue="default" falsevalue="no_default" checked="True"
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
44 help="The default parameters assign a base pair weight
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
45 of 0.5 and penalize long base pairs." />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
46 <when value="default" />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
47 <when value="no_default">
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
48 <param name="alpha" label="Alpha value" type="float"
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
49 optional="False" value="0.012"
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
50 help="Slope of base pair distance penalty. (--alpha)"/>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
51 <param name="beta" label="Beta value" type="float"
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
52 optional="False" value="315"
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
53 help="Turning point of base pair distance penalty. (--beta)" />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
54 <param name="gamma" label="Gamma value" type="float"
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
55 optional="False" value="0.5"
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
56 help="Base pair weight factor. (--gamma)" />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
57 <param name="delta" label="Delta value" type="float"
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
58 optional="False" value="0.003"
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
59 help="Minimum penalty factor for base pairs. (--delta)" />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
60 </when>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
61 </conditional>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
62 </when>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
63 <when value="compare">
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
64 <param name="structure" format="txt" type="data" label="Structure" optional="False"
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
65 help="(Predicted) RNA secondary structure for comparison to a reference structure. (--structure)" />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
66 </when>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
67 </conditional>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
68 <conditional name="compare_mode">
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
69 <param name="compare_selector" type="select" label="Compare to a reference structure"
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
70 help="Whether to compare the predicted (or specified) structure to a reference structure.">
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
71 <option value="dont_compare">Do not compare</option>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
72 <option value="compare">Compare to reference structure</option>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
73 </param>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
74 <when value="dont_compare" />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
75 <when value="compare">
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
76 <param name="reference"
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
77 optional="false"
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
78 format="txt" type="data"
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
79 label="Reference"
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
80 help="Reference structure in dot-bracket format"/>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
81 <param name="slide_rule" label="Slide Rule" type="boolean"
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
82 optional="False" checked="True" falsevalue="--no-slide-rule" truevalue="" help="Use slide rule. (--no-slide-rule)" />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
83 <param name="conflict_rule" label="Conflict Rule" type="boolean"
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
84 optional="False" checked="True" falsevalue="--no-conflict-rule" truevalue="" help="Use onflict rule. (--no-conflict-rule)"/>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
85 </when>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
86 </conditional>
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
87 </inputs>
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
88 <outputs>
7
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
89 <data format="txt" name="stdout" label="${tool.name} on ${on_string}" />
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
90 </outputs>
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
91 <tests>
7
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
92 <test>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
93 <param name="mea_parameter_selector" value="default" />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
94 <param name="predict_selector" value="predict" />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
95 <param name="compare_selector" value="compare" />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
96 <param name="dotplot" value="test_dp.ps" />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
97 <param name="reference" value="test_reference.txt" />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
98 <output name="stdout" file="test_predict.out" />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
99 </test>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
100 <test>
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
101 <param name="mea_parameter_selector" value="default" />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
102 <param name="predict_selector" value="compare" />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
103 <param name="compare_selector" value="compare" />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
104 <param name="structure" value="test_structure.txt" />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
105 <param name="reference" value="test_reference.txt" />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
106 <output name="stdout" file="test_compare.out" />
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
107 </test>
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
108 </tests>
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
109 <help><![CDATA[
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
110 =====
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
111 MEA
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
112 =====
0
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
113
7
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
114 `MEA <http://www.bioinf.uni-leipzig.de/Software/mea/>`_ predicts RNA maximum expected accuracy structures from RNA base pair probabilities and optionally compares them to a reference structure. In a special mode it skips the prediction and compares a
0
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
115 given structure to the reference. For the prediction, MEA allows to
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
116 penalize long base pairs, using parameters alpha, beta, gamma, and
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
117 delta. For the comparison of secondary structures, several measures
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
118 are computed from the confusion matrix of the RNA base pairs.
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
119
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
120 ------
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
121 Inputs
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
122 ------
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
123
0
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
124 The tool accepts dot plot files as generated by RNAfold -p.
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
125
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
126 For (predicted) structure and reference, the tool accepts
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
127 dot-bracket structures with pseudoknots (supporting bracket pairs
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
128 (),{},[],<>,Aa,Bb,...)
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
129
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
130 -------
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
131 Outputs
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
132 -------
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
133
0
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
134 If predicting a structure, the tool outputs the sequence and the
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
135 predicted dot bracket strucuture with computed score in parenthesis
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
136 following the structure. This mimicks the output of the Vienna
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
137 tools.
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
138
0
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
139 The result of structure comparison is reported as a line of numbers
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
140
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
141 TP FP FN TN SENS PPV F1 MCC
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
142
0
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
143 where
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
144
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
145 * TP = # true positives
0
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
146
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
147 * FP = # false positives
0
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
148
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
149 * FN = # false negatives
0
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
150
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
151 * TN = # true negatives
0
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
152
7
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
153 * SENS = TP/(TP+FN) 'Sensitivity'http://www.bioinf.uni-leipzig.de/Software/mea/
0
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
154
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
155 * PPV = TP/(TP+FP) 'Positive Predictive Value'
0
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
156
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
157 * F1 = PPV*SENS / (PPV+SENS), if PPV+SENS!=0; 0, otherwise 'F1-score'
0
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
158
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
159 * MCC = (TP*TN - FP*FN) / sqrt( (TP+FP)*(TP+FN)*(TN+FP)*(TN+FN) ) 'Mathews correlation coefficient'
0
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
160
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
161
0
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
162 Special rules for prediction evaluation:
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
163 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
164
0
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
165 * Slide rule: tolerate shift of one base pair end by one base. This
7
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
166 rule directly affects the number of true positives.
0
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
167 * Conflict rule: predicted base pairs are false only if they
7
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
168 conflict with the reference; two base pair conflict if and only if
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
169 they share one end This rule directly affects the number of false
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
170 positives.
0
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
171
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
172 ]]></help>
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
173 <citations>
7
5f780b6d99d3 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents: 6
diff changeset
174 <citation type="doi">10.1007/978-3-319-02624-4_1</citation>
5
12a975bbf94c planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents: 4
diff changeset
175 </citations>
0
9ab890b4d814 planemo upload commit 9099c0a9ff5f7f3d9407e2ec3598957e02850d88-dirty
rnateam
parents:
diff changeset
176 </tool>