Open emmcauley opened 1 month ago
After addition of probe, we may want to update PrimerPair to also include an Optional[Oligo] probe, so this issue is to refine the __iter__ method on PrimerPair accordingly (to be determined)
probe
PrimerPair
Optional[Oligo]
__iter__
Additional context is in this comment
plan: rename __iter__ method to IterPrimers -- despite lack of backwards compatibility, we expect a low impact
IterPrimers
After addition of
probe
, we may want to updatePrimerPair
to also include anOptional[Oligo]
probe
, so this issue is to refine the__iter__
method onPrimerPair
accordingly (to be determined)Additional context is in this comment