fulcrumgenomics / prymer

Python Primer Design Library
https://prymer.readthedocs.io/en/latest/
MIT License
8 stars 0 forks source link

refine the `__iter__` method on `PrimerPair` to accomodate optional inclusion of a probe #58

Open emmcauley opened 1 week ago

emmcauley commented 1 week 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)

Additional context is in this comment

emmcauley commented 1 week ago

plan: rename __iter__ method to IterPrimers -- despite lack of backwards compatibility, we expect a low impact