vgteam / vg

tools for working with genome variation graphs
https://biostars.org/tag/vg/
Other
1.07k stars 191 forks source link

Deconstruct option to cluster similar alleles together #4301

Closed glennhickey closed 1 month ago

glennhickey commented 1 month ago

Changelog Entry

To be copied to the draft changelog by merger:

Description

I don't think the clustering is especially useful on its own (though it can be used to make much simpler VCFs), but it's an important part of improved multi-level vcf support (finally coming in next PR). (it's also why I'm clustering on graph path and not the actual dna string, since only the paths themselves can be used to anchor the child snarls)