You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracks no longer hang in "Loading..." state under Safari and Webkit based
browsers, a bug with starting the webworker was fixed
There is now an option to use the WebWorkerRpc on the
@jbrowse/react-linear-genome-view. This is a great improvement because the
WebWorkerRpc dramatically reduces the "stalling" of the main thread when
large datasets like BAM/CRAM are being loaded. See https://jbrowse.org/storybook/lgv/main/?path=/story/using-webworker-rpc--page
for more info!
All feature types, not just gene features, can obtain the underlying feature
sequence with upstream/downstream options
The ability to refer to plugins in a path relative to your data directory
has been fixed, so you can easily refer to plugins in your config file with
e.g. "plugins":[{"name":"MyPlugin","umdLoc":{"uri":"myplugin.js"}}]
(umdLoc resolves the uri relative to the config.json file that it is in
use). There is also umdUrl which can be used in place of umdLoc which can
be used like this "plugins":[{"name":"MyPlugin","umdUrl":"myplugin.js"}]
and this will resolve relative to the jbrowse root directory e.g. where the
index.html is. We recommend using UMD for now, as ESM modules do not have
full browser support e.g. in firefox yet, but this will likely be changing
soon and we will update tutorials when this occurs!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We are happy to release v2.1.6
This has several important fixes and improvements
browsers, a bug with starting the webworker was fixed
@jbrowse/react-linear-genome-view. This is a great improvement because the
WebWorkerRpc dramatically reduces the "stalling" of the main thread when
large datasets like BAM/CRAM are being loaded. See
https://jbrowse.org/storybook/lgv/main/?path=/story/using-webworker-rpc--page
for more info!
sequence with upstream/downstream options
has been fixed, so you can easily refer to plugins in your config file with
e.g.
"plugins":[{"name":"MyPlugin","umdLoc":{"uri":"myplugin.js"}}]
(
umdLoc
resolves the uri relative to the config.json file that it is inuse). There is also
umdUrl
which can be used in place ofumdLoc
which canbe used like this
"plugins":[{"name":"MyPlugin","umdUrl":"myplugin.js"}]
and this will resolve relative to the jbrowse root directory e.g. where the
index.html is. We recommend using UMD for now, as ESM modules do not have
full browser support e.g. in firefox yet, but this will likely be changing
soon and we will update tutorials when this occurs!
See our volvox example for a simple no-build plugin
https://github.com/GMOD/jbrowse-components/blob/main/test_data/volvox/umd_plugin.js
along with it's config
https://github.com/GMOD/jbrowse-components/blob/main/test_data/volvox/config.json
and see our no-build plugin tutorial!
https://jbrowse.org/jb2/docs/tutorials/no_build_plugin_tutorial/
Screenshot of the feature sequence panel showing on a SNP, allowing you to get
upstream and downstream sequence of the SNP
🚀 Enhancement
core
core
,text-indexing
🐛 Bug Fix
core
📝 Documentation
🏠 Internal
core
Committers: 3
This discussion was created from the release Release v2.1.6.
Beta Was this translation helpful? Give feedback.
All reactions