Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Parse RNAfold output For more information on RNAfold consult: http://www.tbi.univie.ac.at/RNA/RNAfold
- systemRNAfold :: String -> String -> IO ExitCode
- parseRNAfold :: [Char] -> Either ParseError RNAfold
- readRNAfold :: String -> IO (Either ParseError RNAfold)
- module Bio.RNAfoldData
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
module Bio.RNAfoldData