ViennaRNAParser 1.2.3 → 1.2.4
raw patch · 3 files changed
+6/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ViennaRNAParser.cabal +3/−3
- changelog +2/−0
- src/Bio/RNAzParser.hs +1/−1
ViennaRNAParser.cabal view
@@ -5,7 +5,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 1.2.3+version: 1.2.4 synopsis: Libary for parsing ViennaRNA package output description: Currently contains parsers and datatypes for: RNAalifold, RNAdistance, RNAcofold, RNAfold, RNAplex, RNAup, RNAz. .@@ -30,8 +30,8 @@ source-repository this type: git- location: https://github.com/eggzilla/ViennaRNAParser/tree/1.2.3- tag: 1.2.3+ location: https://github.com/eggzilla/ViennaRNAParser/tree/1.2.4+ tag: 1.2.4 library -- Modules exported by the library.
changelog view
@@ -1,4 +1,6 @@ -*-change-log-*-+1.2.4 Florian Eggenhofer <florian.eggenhofer@univie.ac.at> 8. July 2015+ * Fixed surplus whitespace in RNAz parsing function 1.2.3 Florian Eggenhofer <florian.eggenhofer@univie.ac.at> 7. July 2015 * Added lower case letters to allowed sequence characters 1.2.2 Florian Eggenhofer <florian.eggenhofer@univie.ac.at> 4. July 2015
src/Bio/RNAzParser.hs view
@@ -50,7 +50,7 @@ _svmDecisionValue <- parseRNAzDoubleField "SVM decision value:" _svmRNAClassProbability <- parseRNAzDoubleField "SVM RNA-class probability:" _prediction <- parseRNAzStringField "Prediction:"- _ <- optional (try (parseRNAzStringField " WARNING:"))+ _ <- optional (try (parseRNAzStringField "WARNING:")) newline many1 (char '#') newline