| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Biobase.GFF3.Import
Description
Parses GFF3
Synopsis
- gff3FromFile :: String -> IO [GFF3]
- parseGFF3s :: ByteString -> [GFF3]
Documentation
parseGFF3s :: ByteString -> [GFF3] Source #
Read a lazy bytestring and stream out a list of GFF3s's.
In case, there is a parse error "late" in the file, we might have
already streamed out some (or many!) of these results.