parse gff3 attributes
Mojo function 🡭
parse_gff3_attributes
Section titled “parse_gff3_attributes”fn def parse_gff3_attributes(span: Span[UInt8]) -> Gff3AttributesParse 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: