Commit 3df86bb
Fix evaluate mode: reverse-complement user-provided reverse primer
The prepare_pset_fasta rule wrote user-provided reverse primers as-is,
but the pipeline expects them stored as the RC (matching the convention
used by the generate command). This caused all primer-target pairs to
fail the amplicon length check in prepare-input, producing 0 output.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent fca1b98 commit 3df86bb
2 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| 376 | + | |
| 377 | + | |
376 | 378 | | |
377 | 379 | | |
378 | 380 | | |
| 381 | + | |
| 382 | + | |
379 | 383 | | |
380 | 384 | | |
381 | | - | |
| 385 | + | |
382 | 386 | | |
383 | 387 | | |
384 | 388 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| 376 | + | |
| 377 | + | |
376 | 378 | | |
377 | 379 | | |
378 | 380 | | |
| 381 | + | |
| 382 | + | |
379 | 383 | | |
380 | 384 | | |
381 | | - | |
| 385 | + | |
382 | 386 | | |
383 | 387 | | |
384 | 388 | | |
| |||
0 commit comments