# Functions
Build takes an Annotated sequence and returns a byte array representing a gff to be written out.
Parse Takes in a string representing a gffv3 file and parses it into an Sequence object.
Read takes in a filepath for a .gffv3 file and parses it into an Annotated poly.Sequence struct.
Write takes an poly.Sequence struct and a path string and writes out a gff to that path.