Commit 69505cd
Fix evaluate mode: don't RC reverse primer before storing
The previous fix reverse-complemented the user-provided reverse primer,
causing it to align with orientation 0 instead of 16. This made
prepare-input find zero reverse primers, producing an empty .eval file
and no .eval.full, which broke export-report.
Store the reverse primer as-is (5'→3') to match the generate command
convention. bowtie2 will RC it during alignment, giving orientation 16
as prepare-input expects.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 6b422c0 commit 69505cd
2 files changed
+8
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
377 | | - | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
378 | 379 | | |
379 | 380 | | |
380 | 381 | | |
381 | | - | |
382 | | - | |
383 | 382 | | |
384 | 383 | | |
385 | | - | |
| 384 | + | |
386 | 385 | | |
387 | 386 | | |
388 | 387 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
377 | | - | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
378 | 379 | | |
379 | 380 | | |
380 | 381 | | |
381 | | - | |
382 | | - | |
383 | 382 | | |
384 | 383 | | |
385 | | - | |
| 384 | + | |
386 | 385 | | |
387 | 386 | | |
388 | 387 | | |
| |||
0 commit comments