bebop / poly

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

Fix PCR bug (issue #279). #378

Closed carreter closed 10 months ago

carreter commented 10 months ago

Changes in this PR

In generatePcrFragments(), there was a loop that was erroneously iterating over the indices of forwardPrimerIndxs rather than the values of the slice itself.

Why are you making these changes?

Fixes #279 .

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.