BiobaseInfernal-0.6.2.0: Infernal data structures and tools

Biobase.Infernal.CM.Import

Contents

Description

Iteratee-based parsing of Infernal covariance models.

TODO does not create working CMs yet. Only partial key/value parsing is implemented.

Synopsis

iteratee stuff

eneeCM :: Monad m => Enumeratee ByteString [CM] m aSource

iteratee-based parsing of human-readable CMs.

data Node Source

Constructors

Node 

convenience functions

fromFile :: FilePath -> IO (ID2CM, AC2CM)Source

Read covariance models from file. This parser reads one or more CMs from file.

fromFileZip :: FilePath -> IO (ID2CM, AC2CM)Source

Read covariance models from a compressed file.