Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tfenne committed Nov 15, 2024
1 parent febbefb commit e503bf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prymer/api/picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ def build_primer_pairs(
if amp_span.length > amplicon_sizes.max:
continue

# Since the amplicon span and the region_start are both 1-based, the minuend
# becomes a zero-based offset
amp_bases = bases[amp_span.start - region_start : amp_span.end - region_start + 1]
amp_tm = calculate_long_seq_tm(amp_bases)

Expand Down

0 comments on commit e503bf6

Please sign in to comment.