Versions in this module Expand all Collapse all v0 v0.31.2 Oct 21, 2024 v0.31.1 Jan 31, 2024 v0.31.0 Jan 24, 2024 v0.30.0 Dec 11, 2023 Changes in this version + func Write(sequence Poly, path string) error + type Feature struct + Description string + Hash string + Location Location + Name string + ParentSequence *Poly + Sequence string + Tags map[string]string + Type string + func (feature Feature) GetSequence() (string, error) + type Location struct + Complement bool + End int + FivePrimePartial bool + Join bool + Start int + SubLocations []Location + ThreePrimePartial bool + type Meta struct + CreatedBy string + CreatedOn time.Time + CreatedWith string + Description string + Hash string + Name string + Schema string + URL string + type Poly struct + Features []Feature + Meta Meta + Sequence string + func Parse(file io.Reader) (Poly, error) + func Read(path string) (Poly, error) + func (sequence *Poly) AddFeature(feature *Feature) error