jbrowse icon indicating copy to clipboard operation
jbrowse copied to clipboard

JBrowse 1, a full-featured genome browser built with JavaScript and HTML5. For JBrowse 2, see https://github.com/GMOD/jbrowse-components.

Results 105 jbrowse issues
Sort by recently updated
recently updated
newest added

When I load bigBed tracks into JBrowse, I noticed that the `utrColor` style setting is not used. Instead, the entire feature is the same color, unlike the `ProcessedTranscript` glyph. This...

feature req

Users are allowed to open unindexed BED, GFF for example but unindexed VCF currently not available

feature req

Is this on anyone's radar? I know it's a simple item to add directly

feature req
small task
help wanted
good first issue

I'm using JBrowse 1.11.4, with FireFox 31. I have a set of CanvasFeatures tracks with a custom onclick handler that looks like: ``` "onClick" : { "action" : "newWindow", "url"...

bug
help wanted

It would be nice to be able to display a single track in multiple categories in the hierarchical track selector. Currently to do this, the track has to basically be...

feature req

I think that something like this can help avoid security warnings. On OSX, the helper is here https://github.com/electron-userland/electron-osx-sign/wiki/1.-Getting-Started This helps avoid the dark design pattern where only right-click->open on mac...

in progress

I like the ability to add a "histograms" option for displaying bam tracks when zoomed out. However, I struggle to configure the display of said histograms in the same way...

feature req

This is a combo-issue to refactor BigWig and BigBed stores as node modules They include similar code and data structures actually so they're a bit intertwined, it is some question...

tech debt/infrastructure

Thanks for the fix of https://github.com/GMOD/jbrowse/issues/1122 in JBrowse-1.15.0 Unlike with NCList StoreClass, the callbacks ("fmtDetailValue" or "fmtDetailField") are not working in the "Attributes" section of the popup with GFF3Tabix storeClass...

bug