-
trying to use WebWorker RPC in JBrowseLinearGenomeView, after adding the configuration: { to the createViewState, each track has this error: "Error: Jexl Function colorFeature is not defined." Error: Jexl Function colorFeature is not defined. ../node_modules/jexl/dist/evaluator/handlers.js:188:11 (at t.FunctionCall () |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi there @yonglbl . I realized we didn't have an example of doing embedded+web worker+custom plugins. It is a little tricky: you have to make your own "worker" file that adds the custom plugin because the worker does the rendering I made an example of doing this here in this PR GMOD/jbrowse-react-linear-genome-view-cra5-demo#1 |
Beta Was this translation helpful? Give feedback.
Hi there @yonglbl . I realized we didn't have an example of doing embedded+web worker+custom plugins. It is a little tricky: you have to make your own "worker" file that adds the custom plugin because the worker does the rendering
I made an example of doing this here in this PR GMOD/jbrowse-react-linear-genome-view-cra5-demo#1