ViennaRNAParser-1.2.7: Libary for parsing ViennaRNA package output

Safe HaskellSafe
LanguageHaskell98

Bio.RNAzParser

Description

Parse RNAz output For more information on RNAz consult: <http://www.tbi.univie.ac.at/~wash/RNAz

Synopsis

Documentation

systemRNAz :: String -> String -> String -> IO ExitCode Source

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

parseRNAz :: [Char] -> Either ParseError RNAz Source

parse RNAz from input string

readRNAz :: String -> IO (Either ParseError RNAz) Source

parse from input filePath