GMOD / dash_jbrowse

A suite of Dash components for JBrowse's embeddable components
Other
13 stars 0 forks source link

Support adding Plugins #14

Open teresam856 opened 2 years ago

teresam856 commented 2 years ago

We want to be able to support adding plugins to to the embedded LGV

https://jbrowse.org/storybook/lgv/v1.5.1/?path=/docs/linear-view--with-inline-plugins

https://jbrowse.org/storybook/lgv/v1.5.1/?path=/docs/linear-view--with-external-plugins

teresam856 commented 2 years ago

WIP here: https://github.com/GMOD/dash_jbrowse/compare/main...support_plugins

Notes: Adding tracks via the LGV is not available, see issue. Using plugins like the Quantseq or even USCS is possible, but since these plugins are mainly used to accessing tracks ... the current workflow does not really work for this usecase. Plugins that could add UI components or other features could still work. In this branch, we are able to load plugins.

cmdcolin commented 10 months ago

JBrowseR was able to add plugins, explicitly from URLs

cmdcolin commented 10 months ago

might want to revisit this