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
Ability to index tracks for searching by gene names in JBrowse Desktop. This
let's users choose per-track indexes in the add track widget interactively,
or index them after-the-fact using the track menu.
Removed serialization of BAM/CRAM features for pileup tracks which brings
large performance benefits for jbrowse-web and jbrowse-desktop. The main
thread has to manually request any data it needs from the worker after
rendering (e.g. when we click a feature), and not assume the feature data is
available on the main thread
Figure showing the "Index track" option in the track menu of JBrowse Desktop
Figure showing the "Index track" option in the add track widget of JBrowse
Desktop
Figure showing performance improvement of the noserialize improvement compared
with v1.7.4, which brings the webworker performance in line with the embedded
app (which does no serialzation)
This release also fixes a bug with using trix indexes created by jbrowse text-index in v1.7.0-v1.7.4 (with the adjustable prefix size)
🚀 Enhancement
core
#2885 Reduce serialization overhead on alignments tracks and access feature details asynchronously (@cmdcolin)
Other
#2935 Use the name "Read Sequence" for the read vs ref view (@cmdcolin)
#2916 Add vite setup to our embedded component demos (@cmdcolin)
#2927 Optimize gtf by only parsing lazily per-refName (@cmdcolin)
#2928 Add vanillajs/script tag loading embedded components demos (@cmdcolin)
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 pleased to present the release of v1.7.5!
This release includes two major improvements
let's users choose per-track indexes in the add track widget interactively,
or index them after-the-fact using the track menu.
large performance benefits for jbrowse-web and jbrowse-desktop. The main
thread has to manually request any data it needs from the worker after
rendering (e.g. when we click a feature), and not assume the feature data is
available on the main thread
Figure showing the "Index track" option in the track menu of JBrowse Desktop
Figure showing the "Index track" option in the add track widget of JBrowse
Desktop
Figure showing performance improvement of the noserialize improvement compared
with v1.7.4, which brings the webworker performance in line with the embedded
app (which does no serialzation)
This release also fixes a bug with using trix indexes created by
jbrowse text-index
in v1.7.0-v1.7.4 (with the adjustable prefix size)🚀 Enhancement
core
core
,text-indexing
🐛 Bug Fix
Committers: 3
This discussion was created from the release Release v1.7.5.
Beta Was this translation helpful? Give feedback.
All reactions