parseGff3Record

function parseGff3Record(record: string): Gff3Annotation

A utility function to parse a GFF3 record string. This should work in most cases, but probably does not exactly meet the GFF3 parsing standards. This function will be hardened and tested much more thoroughly in the future.

Parameters

  • record: string

Returns: Gff3Annotation