vgteam / sequenceTubeMap

displays multiple genomic sequences in the form of a tube map
MIT License
180 stars 25 forks source link

Add read path information to read info dialog #363

Closed adamnovak closed 9 months ago

adamnovak commented 11 months ago

In addition to the CIGAR string, the dialog that opens when you click on a read should include the path that the read takes through the graph's nodes. This will help with debugging unusual read layout rendering.

We might want to mimic the way GAF or GFA paths work, with >1>2<3>4 style path strings.

adamnovak commented 10 months ago

We might need to think about how this interacts with the "Remove redundant nodes" checkbox. Do we want it to describe the path including the IDs of all the distinct nodes that got glommed together in the display?

I think we probably do.