GMOD / jbrowse

JBrowse 1, a full-featured genome browser built with JavaScript and HTML5. For JBrowse 2, see https://github.com/GMOD/jbrowse-components.
http://jbrowse.org
Other
460 stars 199 forks source link

wiggle track click events and detail page #160

Open rbuels opened 11 years ago

rbuels commented 11 years ago

Click on an area in a wiggle track, run a click event on the feature(s) under the pixel you clicked. Also implement a default detail page.

The only difference between it and the current HTMLFeatures detail page would be that it might take multiple features in one pane.

cmdcolin commented 10 years ago

Part of this was implemented by #489

rdhayes commented 10 years ago

Yes, the content of a hypothetical default detail page for wiggle tracks wasn't obvious to me, so I coded around that and made the click event an optional configuration.