iqbal-lab-org / pling

Plasmid analysis using rearrangement distances
MIT License
28 stars 1 forks source link

Nucmer block bug fix #52

Closed babayagaofficial closed 8 months ago

babayagaofficial commented 8 months ago

Found bug where nucmer was reporting a single match without indels as two matches with disparate lengths, which broke coordinate projection and made the overlap splitting get stuck. Switched from using dnadiff to nucmer with suitable parameters, which appears to have fixed all issues.