Skip to content

Commit

Permalink
Update prymer/api/picking.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Stone <[email protected]>
  • Loading branch information
tfenne and msto authored Dec 13, 2024
1 parent 23e73e5 commit b6490ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prymer/api/picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ def build_primer_pairs( # noqa: C901
fasta_path: the path to the FASTA file from which the amplicon sequence will be retrieved.
Returns:
an iterator over all the valid primer pairs, sorted by primer pair penalty
An iterator over all the valid primer pairs, sorted by primer pair penalty.
Primer pairs with smaller penalties are returned first.
"""
# Short circuit if we have no left primers or no right primers
if not any(left_primers) or not any(right_primers):
Expand Down

0 comments on commit b6490ab

Please sign in to comment.