Commit 3f0377e
refactor(stats): drop redundant n_for_mapq conditional in PE caller
n_for_mapq is usize, so `if n > 0 { n } else { 0 }` is identical to
passing n_for_mapq directly to record_alignment. Match the SE caller
shape: the variable already carries the right count from the PE
TooManyLoci return site, and record_alignment routes via max_multimaps.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0ab80c5 commit 3f0377e
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1454 | 1454 | | |
1455 | 1455 | | |
1456 | 1456 | | |
1457 | | - | |
1458 | | - | |
| 1457 | + | |
1459 | 1458 | | |
1460 | 1459 | | |
1461 | 1460 | | |
| |||
0 commit comments