BiobaseInfernal-0.5.0.0: Infernal data structures and tools

Biobase.Infernal.VerboseHit.Import

Description

Enumeratee that transforms a stream of ByteStrings into a stream of VerboseHits.

Synopsis

Documentation

eeToVerboseHit :: MonadIO m => Enumeratee ByteString VerboseHit m bSource

Stateful reading of VerboseHits. This pipe groups certain lines and condenses them to one hit. As multiple hits share certain state (cm, scaffold, and strand), we thread some state through using goS internally.

TODO is MonadIO really necessary?