# HG changeset patch
# User rnateam
# Date 1511172215 18000
# Node ID ee79a49755dab3f2807bc03765259b1d6a7ce59f
# Parent e0f8bc01b84b1ccdb8e7d973bf13d7f469d79813
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/mea commit 6767a5ffb02052c844e9d862c79912f998f39d8e
diff -r e0f8bc01b84b -r ee79a49755da mea.xml
--- a/mea.xml Thu Dec 10 12:22:08 2015 -0500
+++ b/mea.xml Mon Nov 20 05:03:35 2017 -0500
@@ -1,155 +1,125 @@
Predict MEA structures and compare structures of RNAs
-
- gengetopt
- mea
+ mea
-
-
-
-
-
-
mea --version
-
- $stdout
]]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
`_ 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
given structure to the reference. For the prediction, MEA allows to
penalize long base pairs, using parameters alpha, beta, gamma, and
delta. For the comparison of secondary structures, several measures
@@ -188,7 +158,7 @@
* TN = # true negatives
-* SENS = TP/(TP+FN) 'Sensitivity'
+* SENS = TP/(TP+FN) 'Sensitivity'http://www.bioinf.uni-leipzig.de/Software/mea/
* PPV = TP/(TP+FP) 'Positive Predictive Value'
@@ -201,23 +171,14 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Slide rule: tolerate shift of one base pair end by one base. This
-rule directly affects the number of true positives.
-
+ rule directly affects the number of true positives.
* Conflict rule: predicted base pairs are false only if they
-conflict with the reference; two base pair conflict if and only if
-they share one end This rule directly affects the number of false
-positives.
+ conflict with the reference; two base pair conflict if and only if
+ they share one end This rule directly affects the number of false
+ positives.
---------
-Download
---------
-
-The command line tool MEA is free software available for download and
-local installation at
-.. __: http://www.bioinf.uni-leipzig.de/Software/mea/
]]>
- 10.1007/978-3-319-02624-4_1
+ 10.1007/978-3-319-02624-4_1
-
diff -r e0f8bc01b84b -r ee79a49755da test-data/test_reference.txt
--- a/test-data/test_reference.txt Thu Dec 10 12:22:08 2015 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-.....(((.((((((..((......))....)))))).)))...((((((((.(((..(((....))).............))).))).)))))
diff -r e0f8bc01b84b -r ee79a49755da test-data/test_structure.txt
--- a/test-data/test_structure.txt Thu Dec 10 12:22:08 2015 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-.....(((.((((((..((......))....)))))).)))......(((((.(((.....(((....))).........).)).))).))...
-
diff -r e0f8bc01b84b -r ee79a49755da tool_dependencies.xml
--- a/tool_dependencies.xml Thu Dec 10 12:22:08 2015 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
- http://www.bioinf.uni-leipzig.de/Software/mea/mea-0.6.4.tar.gz
-
-
-
-
-
-
-
-
-
-
-
- $INSTALL_DIR/bin
- $INSTALL_DIR
-
-
-
- Compiling MEA requires a C++ compiler (usually g++)
-
-