pub fn parse_file<P: AsRef<Path>>(path: P) -> Result<Vec<Seq>, GbParserError>
Expand description

Convenience method to parse an entire file at once. Uses the streaming parser.