Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module contains parsing functions for Infernal programs
Synopsis
- module Biobase.RNAlien.Types
- readCMSearch :: String -> IO (Either ParseError CMsearch)
- readCMSearches :: String -> IO (Either ParseError CMsearch)
- parseCMSearch :: String -> Either ParseError CMsearch
- parseCMSearches :: String -> Either ParseError CMsearch
- parseCMstat :: String -> Either ParseError CMstat
- readCMstat :: String -> IO (Either ParseError CMstat)
Documentation
module Biobase.RNAlien.Types
readCMSearch :: String -> IO (Either ParseError CMsearch) Source #
parse from input filePath
readCMSearches :: String -> IO (Either ParseError CMsearch) Source #
parse from input filePath
parseCMSearch :: String -> Either ParseError CMsearch Source #
parse from input filePath
parseCMSearches :: String -> Either ParseError CMsearch Source #
parse from input filePath
parseCMstat :: String -> Either ParseError CMstat Source #
parse from input filePath
readCMstat :: String -> IO (Either ParseError CMstat) Source #
parse from input filePath