Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Parse RNAfold output For more information on RNAcofold consult: http://www.tbi.univie.ac.at/RNA/RNAcofold.html
- systemRNAcofold :: String -> String -> IO ExitCode
- parseRNAcofold :: [Char] -> Either ParseError RNAcofold
- readRNAcofold :: String -> IO (Either ParseError RNAcofold)
- module Bio.RNAcofoldData
Documentation
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
module Bio.RNAcofoldData