Skip to content

parse gff3 attributes

Mojo function 🡭

fn def parse_gff3_attributes(span: Span[UInt8]) -> Gff3Attributes

Parse GFF3 column 9: semicolon-separated key=value; multi-value: key=val1,val2.

A literal ’.’ column means no attributes (GFF3 spec §2.2) and is treated as an empty attribute set (Issue 7).

Args:

  • span (Span[UInt8])

Returns:

Gff3Attributes

Raises: