libnano / primer3-py

Simple oligo analysis and primer design
https://libnano.github.io/primer3-py
GNU General Public License v2.0
166 stars 44 forks source link

calc_hairpin() returns all possible results and add min_loop params? #105

Closed dodoflyy closed 1 year ago

dodoflyy commented 1 year ago

Hey, can primer3-py add min_loop so we can calculate loop size 4-5 bp of hairpins? And stem size parameters?
Second, can calc_hairpin() return all possible hairpins then we can filter as we wanted. Thanks.

benpruitt commented 1 year ago

Both of these requests should be directed to the primer3 library team -- we don't modify or extend the underlying library functionalities as part of primer3-py (we want to maintain parity in functionality / behavior). We will sometimes add convenience features on top of the library, but these modifications would require changes to the library C source itself.

dodoflyy commented 1 year ago

Ok, thanks.