Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Jan 15, 2025
1 parent 0e50aec commit 50b47aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prymer/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ class PrimerPair:
Span(refname='chr1', start=1, end=120, strand=<Strand.POSITIVE: '+'>)
>>> list(primer_pair)
[Oligo(bases='GGGGGGGGGGGGGGGGGGGG', tm=70.0, span=Span(refname='chr1', start=1, end=20, strand=<Strand.POSITIVE: '+'>), penalty=-123.0, name=None, tm_homodimer=None, tm_3p_anchored_homodimer=None, tm_secondary_structure=None, tail=None), Oligo(bases='TTTTTTTTTTTTTTTTTTTT', tm=70.0, span=Span(refname='chr1', start=101, end=120, strand=<Strand.NEGATIVE: '-'>), penalty=-123.0, name=None, tm_homodimer=None, tm_3p_anchored_homodimer=None, tm_secondary_structure=None, tail=None)]
```
```
""" # noqa: E501

Expand Down

0 comments on commit 50b47aa

Please sign in to comment.