You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# now that we know nothing has gone awry, at this pair to the accumulating list
506
-
# of handled primer pairs
507
-
handled_pairs.append(current_pair)
508
-
509
495
# flatten the tuples at each position of the pair lists with two comprehensions
510
496
# to make it explicit to the reader that forward primers come before reverse primers
511
497
# in the flattened list. These comprehensions handle the old primer names.
@@ -565,12 +551,12 @@ def resplice_primers(
565
551
logger.debug(
566
552
f"Pair of primers within the amplicon {amplicon} detected: {pair_labels}. No resplicing will be needed here, though double check that the necessary forward and reverse suffixes, {fwd_suffix} and {rev_suffix}, are present.",
567
553
)
568
-
assertany(
569
-
fwd_suffixinprimerforprimerinpair_labels
570
-
), f"The forward suffix {fwd_suffix} is missing in the provided primer pairs: {pair_labels}. Aborting."
571
-
assertany(
572
-
rev_suffixinprimerforprimerinpair_labels
573
-
), f"The reverse suffix {rev_suffix} is missing in the provided primer pairs: {pair_labels}. Aborting."
0 commit comments