Skip to content
Discussion options

You must be logged in to vote

I am imagining there is the code for the select box in the GFF3 file encoded as HTML in column 9 :)

Unforunately jbrowse doesn't allow this anymore! It is somewhat insecure to allow such things (creates opportunity for cross site scripting)

However, we try to allow plugins to do these operations

I tried making a similar thing with a plugin here. This is a no-build plugin, so it doesn't require compiling or anything, it can just be dropped into your folder and then adding to config.

It specifically adds this extra feature panel to the track with trackId 'Genes' in this case

Screenshot

// esm_plugin.js
export default class Plugin {
  name = 'MyLittlePlugin'
  version = '1.0'

  install(plu…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@cmdcolin
Comment options

@cmdcolin
Comment options

@john-portwood
Comment options

Answer selected by john-portwood
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants