hammerlab / pileup.js

Interactive in-browser track viewer
Apache License 2.0
274 stars 64 forks source link

Show insertions/deletions in VCFs #118

Open danvk opened 9 years ago

danvk commented 9 years ago

Dalliance does a nice job of this.

jaclynperrone commented 9 years ago

We talked today about whether we should represent the insertions as a number. And if the user should be able to hover or click on it to see the data. I'm thinking maybe we keep it as on click for now. Copying & pasting from a hover state can be tricky--especially if the data/tooltip is small.

danvk commented 9 years ago

This is a sneaky issue—it's actually for the VCF track, not for the pileup track. I've filed #186 for that.