Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-fuchs committed Feb 19, 2025
1 parent e0741e2 commit a8b7646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varvamp/scripts/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def raise_arg_errors(args, log_file):
)
if args.overlap > args.opt_length / 2 - config.PRIMER_SIZES[0] * 2:
raise_error(
"Your min overlap is lower than your optimal length / 2 - 2 * min primer length. This reduces how well varvamps will find overlapping amplicons. Consider decreasing.",
"your min overlap is lower than your optimal length / 2 - 2 * min primer length. This reduces how well varvamps will find overlapping amplicons. Consider decreasing.",
log_file
)
# QPCR specific warnings
Expand Down

0 comments on commit a8b7646

Please sign in to comment.