ViennaRNAParser-1.3.3: Libary for parsing ViennaRNA package output
Safe HaskellSafe-Inferred
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