ViennaRNAParser-1.3.3: Libary for parsing ViennaRNA package output

Safe HaskellSafe
LanguageHaskell98

Bio.RNAcodeParser

Description

Parse RNAcode output For more information on RNAcode consult: http://wash.github.io/rnacode/

Synopsis

Documentation

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

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

parseRNAcode :: String -> Either ParseError RNAcode Source #

parse RNAcode from input string

readRNAcode :: String -> IO (Either ParseError RNAcode) Source #

parse RNAcode from input filePath

parseRNAcodeTabular :: String -> Either ParseError RNAcode Source #

parse RNAcode from input string

readRNAcodeTabular :: String -> IO (Either ParseError RNAcode) Source #

parse RNAcode from input filePath