Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Parse RNAz output For more information on RNAz consult: <http://www.tbi.univie.ac.at/~wash/RNAz
- systemRNAz :: String -> String -> String -> IO ExitCode
- parseRNAz :: [Char] -> Either ParseError RNAz
- readRNAz :: String -> IO (Either ParseError RNAz)
- module Bio.RNAzData
Documentation
systemRNAz :: String -> String -> String -> IO ExitCode Source
Run external RNAz command and read the output into the corresponding datatype
module Bio.RNAzData