primer3-org / primer3

Primer3 is a command line tool to select primers for polymerase chain reaction (PCR).
GNU General Public License v2.0
222 stars 64 forks source link

Fix MAX_POLY_X calculation #40

Closed wholtz closed 3 years ago

wholtz commented 3 years ago

Updates poly_x calculation to fix #39, where Ns were not always considered in the context of adjacent basepairs.

wholtz commented 3 years ago

I thought this was passing all tests, but I see now that primer_obj_fn is failing. I will investigate and update the pull request.