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

Return all primers for pick_sequencing_primers task #32

Closed shunhuahan closed 3 years ago

shunhuahan commented 4 years ago

Thanks!

untergasser commented 3 years ago

The pick_sequencing_primers function picks a single primer per position, the best. The user does not have to sort primers afterwards an can just order. If you are interested to obtain several primers, you could create primer lists of that region and sort them by yourself.

Best,

Andreas