UNPKG

@gmod/jbrowse

Version:

JBrowse - client-side genome browser

50 lines (31 loc) 2.81 kB
--- layout: post title: JBrowse 1.16.1 maintenance release date: 2018-12-27 tags: ["News","Software releases"] --- 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](https://github.com/GMOD/jbrowse/releases/download/1.16.1-release/JBrowse-1.16.1.zip) - minified release * [JBrowse-1.16.1-dev.zip](https://github.com/GMOD/jbrowse/archive/1.16.1-release.zip) - use this if you modify jbrowse source code or use plugins * [JBrowse-1.16.1-desktop-win32-x64.zip](https://github.com/GMOD/jbrowse/releases/download/1.16.1-release/JBrowse-1.16.1-desktop-win32-x64.zip) * [JBrowse-1.16.1-desktop-linux-x64.zip](https://github.com/GMOD/jbrowse/releases/download/1.16.1-release/JBrowse-1.16.1-desktop-linux-x64.zip) * [JBrowse-1.16.1-desktop-darwin-x64.zip](https://github.com/GMOD/jbrowse/releases/download/1.16.1-release/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 (<a href="https://github.com/cmdcolin">@cmdcolin</a>) * Updated to webpack 4 for some faster build times (<a href="https://github.com/gmod/jbrowse/pull/1270">issue #1270</a>, <a href="https://github.com/cmdcolin">@cmdcolin</a>) * Updated to use dojo/dijit/dojox 1.14 (<a href="https://github.com/cmdcolin">@cmdcolin</a>) * Updated NeatCanvasFeatures to allow non-coding transcripts to be colored differently with `style->unprocessedTranscriptColor`. Thanks to <a href="https://github.com/billzt">@billzt</a> for the bug report (<a href="https://github.com/gmod/jbrowse/issues/1298">issue #1298</a>, <a href="https://github.com/cmdcolin">@cmdcolin</a>) ## Bug fixes * Fixed issue where data directories with spaces in them were giving errors due to CORS on JBrowse Desktop (<a href="https://github.com/gmod/jbrowse/issues/1285">issue #1285</a>, <a href="https://github.com/cmdcolin">@cmdcolin</a>) * Fixed issue where the name store could be queried before being initialized (<a href="https://github.com/gmod/jbrowse/issues/1286">issue #1286</a>, <a href="https://github.com/cmdcolin">@cmdcolin</a>) * Fixed an issue for large BAM headers failing to load post-@gmod/bam integration (<a href="https://github.com/cmdcolin">@cmdcolin</a>) * Fixed access to some cross-origin resources (<a href="https://github.com/gmod/jbrowse/issues/1289">issue #1289</a>, <a href="https://github.com/gmod/jbrowse/pull/1292">issue #1292</a>, <a href="https://github.com/cmdcolin">@cmdcolin</a>)