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 8, 2024
1 parent 9f51325 commit dcaf38a
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 @@ -284,6 +284,7 @@ def to_input_tags(self) -> dict[Primer3InputTag, Any]:
Primer3InputTag.PRIMER_INTERNAL_MAX_SELF_ANY_TH: self.probe_max_homodimer_tm,
Primer3InputTag.PRIMER_INTERNAL_MAX_SELF_END_TH: self.probe_max_3p_homodimer_tm,
Primer3InputTag.PRIMER_INTERNAL_MAX_HAIRPIN_TH: self.probe_max_hairpin_tm,
Primer3InputTag.PRIMER_NUM_RETURN: self.number_probes_return,
}

return mapped_dict

0 comments on commit dcaf38a

Please sign in to comment.