GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
206 stars 62 forks source link

support tiny plugins #2033

Closed rbuels closed 2 years ago

rbuels commented 3 years ago

Somebody should be able to just write something tiny like:

class MyTinyPlugin {
   configure(pluginManager) {
   }
}

in a script file or script tag somewhere and have that be a valid JBrowse plugin.

Maybe this is already possible and somebody just needs to prototype or document how to do it.

cmdcolin commented 2 years ago

Fixed by #2798 will want to add a little documentation or example probably