PCR simulation should have circularity as an aspect of the sequence itself, not of the entire function
PCR simulation should have circular as a attribute of the sequence getting input itself, not of the entire function.
Do we want to create a Sequence struct to be reused across packages that holds whether or not the sequence is circular?
Do we want to create a
Sequencestruct to be reused across packages that holds whether or not the sequence is circular?
Probably. We have something like that in clone https://github.com/TimothyStiles/poly/blob/main/clone/clone.go but perhaps we need to have it in a higher level package. On that note, I should probably put a issue in on cloning of the things I want to fix
This issue has had no activity in the past 2 months. Marking as stale.