JBrowse 1.16.1 maintenance release
I'm pleased to announce the release of JBrowse 1.16.1! This release offers a variety of small bugfixes for cross-origin resource fetching, BAM files, and JBrowse desktop.
It also contains a fix that helps very large track lists to have a faster initial load for the Hierarchical track selector specifically.
Enjoy browsing!
- JBrowse-1.16.1.zip - minified release
- JBrowse-1.16.1-dev.zip - use this if you modify jbrowse source code or use plugins
- JBrowse-1.16.1-desktop-win32-x64.zip
- JBrowse-1.16.1-desktop-linux-x64.zip
- JBrowse-1.16.1-desktop-darwin-x64.zip
Minor improvements
Made a change to make Hierarchical track selector much faster on intial browser load for very large tracklists (@cmdcolin)
Updated to webpack 4 for some faster build times (issue #1270, @cmdcolin)
Updated to use dojo/dijit/dojox 1.14 (@cmdcolin)
Updated NeatCanvasFeatures to allow non-coding transcripts to be colored differently with
style->unprocessedTranscriptColor
. Thanks to @billzt for the bug report (issue #1298, @cmdcolin)
Bug fixes
Fixed issue where data directories with spaces in them were giving errors due to CORS on JBrowse Desktop (issue #1285, @cmdcolin)
Fixed issue where the name store could be queried before being initialized (issue #1286, @cmdcolin)
Fixed an issue for large BAM headers failing to load post-@gmod/bam integration (@cmdcolin)
Fixed access to some cross-origin resources (issue #1289, issue #1292, @cmdcolin)