BiobaseEnsembl-0.2.0.0: Ensembl related datastructures and functions

Safe HaskellNone
LanguageHaskell2010

Biobase.GFF3.Import

Description

Parses GFF3

Synopsis

Documentation

gff3FromFile :: String -> IO [GFF3] Source #

reads and parses GFF3 from provided filePath

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.