Biobase.MAF.Import
Description
The importer for MAF files.
The importer is in enumerator form. In case of large alignments, move computations into an iteratee.
- eneeMAF :: Monad m => Enumeratee ByteString [Either MAF Alignment] m a
Documentation
eneeMAF :: Monad m => Enumeratee ByteString [Either MAF Alignment] m aSource
Transforms a ByteString stream into a stream of Either MAF Alignment.