vgteam / long-read-giraffe-experiments

Experimental materials for testing the long-read mapping abilities of vg giraffe
Other
4 stars 0 forks source link

Try one-base seed anchors #27

Closed adamnovak closed 2 months ago

adamnovak commented 5 months ago

To try and catch reads like the R10 10k read S1_46671, where we get two nearly-redundant chains that disagree on ambiguous indel placement, earlier, we could try cutting all the seed anchors down to 1bp, and not excluding chains that would take multiple seeds that claim the same read bases in their minimizers.

This might let the seeds chain up across the disputed indel's location, letting us settle it during alignment generation, and keeping us from needing to consider both possibilities at chaining.

I'm not sure this would produce much better performance than what we do now to drop the nearly-redundant chains, so I'm not sure this is high priority.

adamnovak commented 2 months ago

I might have done this.