ViennaRNAParser-1.3.2: Libary for parsing ViennaRNA package output

Safe HaskellSafe
LanguageHaskell98

Bio.RNAcofoldParser

Description

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

Synopsis

Documentation

systemRNAcofold :: String -> String -> IO ExitCode Source #

Run external RNAcofold command

parseRNAcofold :: [Char] -> Either ParseError RNAcofold Source #

parse RNAcofold output from input string

readRNAcofold :: String -> IO (Either ParseError RNAcofold) Source #

parse RNAcofold output from input filePath