ComparativeGenomicsToolkit / taffy

This is a library C/Python/CLI for working with TAF (.taf,.taf.gz) and MAF (.maf) alignment files
MIT License
23 stars 3 forks source link

Fix up dupe filter in taffy norm #26

Closed glennhickey closed 1 year ago

glennhickey commented 1 year ago

taffy norm -d greedily filters out rows corresponding to duplications that would, if left in, prevent blocks from getting merged. It seemed to work okay on chr22 from a big alignment, but crashed when I tried whole-genome. This PR fixes a few things, which gets it working on the problem region I'd extracted when it first failed