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
Disable scaffolding by default - it's breaking coverage
With 99% identical yeast genomes, we should get ~100% coverage.
Results:
- With scaffolding enabled: 85.9% coverage (BROKEN)
- With scaffolding disabled: 100.8% coverage (CORRECT)
The scaffolding implementation is incorrectly filtering out
valid alignments. Disabled by default (j=0) until fixed.
Also removed default filters:
- num-mappings: many (no initial filter)
- scaffold-filter: many (no scaffold filter)
This gives us the expected ~100% coverage for identical genomes.
0 commit comments