BiobaseInfernal-0.5.3.0: Infernal data structures and tools

Biobase.Infernal.TabularHit.Import

Synopsis

Documentation

eneeTabularHit :: (Functor m, Monad m) => Enumeratee ByteString [TabularHit] m aSource

Transform a stream into tabular hits.

fromFile :: FilePath -> IO [TabularHit]Source

Convenience function to load from file and return a big list of tabular hits.