ComparativeGenomicsToolkit / hal2vg

Convert HAL to VG
MIT License
21 stars 2 forks source link

Rewrite filter-paf-deletions #54

Closed glennhickey closed 2 years ago

glennhickey commented 2 years ago

This tool is supposed to do a coarse-grained chaining on the minigraph mapping output, with respect to the reference contigs in the graph. But it was somehow written to assume there was only one reference contig in the input, even though it gets run at genome scale in cactus.

Anyway, this is a rewrite to make the code simpler and more general:

The big question is what threshold to use. 10mb seems to work reasonably well. In general, increasing this trades off recall for precision.