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 tai to expect (and ignore) tag characters #54

Closed glennhickey closed 4 months ago

glennhickey commented 4 months ago

I think the tai index predates taf tags, which would explain the assertion error when the input has a@. Anyway, this little patch should fix it. Will add a test in the maf quality branch before merging that (as it's really easy to reproduce with qualities).