ComparativeGenomicsToolkit / cactus

Official home of genome aligner based upon notion of Cactus graphs
Other
481 stars 106 forks source link

Move maxRefNFrac and minLines filters from hal2maf to maf2bigmaf #1365

Closed glennhickey closed 2 months ago

glennhickey commented 2 months ago

cactus-hal2maf filters out gaps and unaligned regions automatically. I think this was originally done to better fit what the Genome Browser expects. But at least a few people have been disappointed to not find their entire reference interval in the MAF whether or not it's aligned.

So this PR takes this filter step out of cactus-hal2maf and, since it's browser-specific, moves it into cactus-maf2bigmaf

Resolves #1362