Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Bio.RNAzParser
Description
Parse RNAz output For more information on RNAz consult: <http://www.tbi.univie.ac.at/~wash/RNAz
Synopsis
- 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