Why is there Linear and Circular bools on Locus struct?
Describe the bug
In io.go at line 80 + 81, there is a Circular and Linear field, both as booleans. Couldn't you just have one? (Since if Circular is false, linear is true, and vice versa, by definition).
Is this here simply to accommodate the ambiguous case?
To Reproduce Steps to reproduce the behavior: go to io.go
Expected behavior A single field
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
@TimothyStiles I can fix the cloning stuff if I have an answer to this
@Koeng101 did we already solve this? Should be fixed with #227.
Think so. Let's close.
https://github.com/TimothyStiles/poly/blob/beacf5d83d54f588c154a634e9f222b27349291c/io/genbank/genbank.go#L97-L98
Heyyyyyy