# HG changeset patch # User rnateam # Date 1438418667 14400 # Node ID 5f780b6d99d30389c518f6eae16d53fe450ed370 # Parent 44984b9450cac30ce6fcc78e1bfdd6d82fd2f667 planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty diff -r 44984b9450ca -r 5f780b6d99d3 mea.xml --- a/mea.xml Mon Jul 06 06:19:39 2015 -0400 +++ b/mea.xml Sat Aug 01 04:44:27 2015 -0400 @@ -1,155 +1,117 @@ - + Predict MEA structures and compare structures of RNAs - - gengetopt - mea + gengetopt + 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 +150,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 +163,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 44984b9450ca -r 5f780b6d99d3 tool_dependencies.xml --- a/tool_dependencies.xml Mon Jul 06 06:19:39 2015 -0400 +++ b/tool_dependencies.xml Sat Aug 01 04:44:27 2015 -0400 @@ -6,22 +6,19 @@ - - http://www.bioinf.uni-leipzig.de/Software/mea/mea-0.6.4.tar.gz - - - - - - - - - - - - $INSTALL_DIR/bin - $INSTALL_DIR - + + 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++)