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 paf export cigar bug #35

Closed glennhickey closed 8 months ago

glennhickey commented 8 months ago

There was a bug where columns where both query and target were - would be converted to balanced insertion and deletion events when actually they should just be ignored.

This PR also adds the -C option to taffy view to use cs instead of cg cigar strings. This helps with debugging a bit, in that it lets you use paftools.js view -f maf to convert back from PAF to MAF.