Skip to content

Commit

Permalink
Make sure the number_probes_returned is respected.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfenne committed Nov 7, 2024
1 parent 5d79a52 commit 9edd3be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prymer/primer3/primer3_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ def to_input_tags(self) -> dict[Primer3InputTag, Any]:
Primer3InputTag.PRIMER_INTERNAL_MAX_GC: self.probe_gcs.max,
Primer3InputTag.PRIMER_INTERNAL_MAX_POLY_X: self.probe_max_polyX,
Primer3InputTag.PRIMER_INTERNAL_MAX_NS_ACCEPTED: self.probe_max_Ns,
Primer3InputTag.PRIMER_NUM_RETURN: self.number_probes_return
}

return mapped_dict

0 comments on commit 9edd3be

Please sign in to comment.