parse target attribute
Mojo function 🡭
parse_target_attribute
Section titled “parse_target_attribute”def parse_target_attribute(value: BString) -> TargetAttributeParse a GFF3 Target attribute value: ‘target_id start end [strand]’.
Coordinates are 1-based. Strand (+ or -) is optional.
Args:
- value (
BString)
Returns:
TargetAttribute
Raises: