bebop / poly

A Go package for engineering organisms.
https://pkg.go.dev/github.com/bebop/poly
MIT License
659 stars 68 forks source link

fixed bug where linear, non-directional, single cuts were copying and not just moving overhangs from the fragment sequence. #409

Closed TimothyStiles closed 7 months ago

TimothyStiles commented 7 months ago

Changes in this PR

Clearly and concisely summarize the changes you are making. Bullet points are completely okay. Please be specific, saying "improves X" is not enough! Fixed bug where linear, non-directional, single cuts were copying and not just moving overhangs from the fragment sequence.

Why are you making these changes?

Otherwise this leaves the overhangs as part of the fragment sequence which can cause further downstream errors.

Are any changes breaking? (IMPORTANT)

NO

Pre-merge checklist

All of these must be satisfied before this PR is considered ready for merging. Mergeable PRs will be prioritized for review.