ViennaRNAParser-1.2.7: Libary for parsing ViennaRNA package output

Safe HaskellSafe
LanguageHaskell98

Bio.RNAfoldParser

Description

Parse RNAfold output For more information on RNAfold consult: http://www.tbi.univie.ac.at/RNA/RNAfold

Synopsis

Documentation

systemRNAfold :: String -> String -> IO ExitCode Source

Run external RNAfold command and read the output into the corresponding datatype

parseRNAfold :: [Char] -> Either ParseError RNAfold Source

parse RNAfold output from input string

readRNAfold :: String -> IO (Either ParseError RNAfold) Source

parse RNAfold output from input filePath