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

Option to print BED intervals of reference covered by TAF #56

Closed glennhickey closed 4 months ago

glennhickey commented 4 months ago

@benedictpaten Unfortunately this isn't the functionality you wanted in that it does not use the index, rather it requires a scan of the whole file.

So you have the choice of

Putting the intervals themselves in the index requires a fairly major refactor (more than I'd initially thought)-- certainly possible, but not something I want to tackle this week if I can avoid it.