From: Colin <col...@gm...> - 2020-05-21 20:33:56
|
Hi all! I am pleased to announce the release of JBrowse 1.16.9 This contains a couple small bugfixes and features and includes great feedback from the community. Thanks to our users, issue creators, and PR submitters! - JBrowse-1.16.9.zip <https://github.com/GMOD/jbrowse/releases/download/1.16.9-release/JBrowse-1.16.9.zip> - minified release - JBrowse-1.16.9-dev.zip <https://github.com/GMOD/jbrowse/archive/1.16.9-release.zip> - use this if you modify jbrowse source code or use plugins - JBrowse-1.16.9-desktop-win32-x64.zip <https://github.com/GMOD/jbrowse/releases/download/1.16.9-release/JBrowse-1.16.9-desktop-win32-x64.zip> - JBrowse-1.16.9-desktop-linux-x64.zip <https://github.com/GMOD/jbrowse/releases/download/1.16.9-release/JBrowse-1.16.9-desktop-linux-x64.zip> - JBrowse-1.16.9-desktop-darwin-x64.zip <https://github.com/GMOD/jbrowse/releases/download/1.16.9-release/JBrowse-1.16.9-desktop-darwin-x64.zip> Blog post http://jbrowse.org/blog/2020/05/21/jbrowse-1-16-9.html <http://jbrowse.org/blog/#minor-improvements>Minor improvements - Added a 'Reset to defaults' menu item, which addresses a long standing issue. Thanks to a user with a very long github name for their contribution (issue #1496 <https://github.com/gmod/jbrowse/pull/1496>, issue #764 <https://github.com/gmod/jbrowse/issues/764>). - Disable coordinate indicator on tab switch, thanks @lukaw3d <https://github.com/lukaw3d> (issue #1497 <https://github.com/gmod/jbrowse/pull/1497>) - Small optimization bumping @gmod <https://github.com/gmod>/bam from version 1.0.35->1.0.36 (@cmdcolin <https://github.com/cmdcolin>) - Add ability to include/hide variant filters instead of just hide ( @cmdcolin <https://github.com/cmdcolin>, issue #1478 <https://github.com/gmod/jbrowse/issues/1478>) - Add ability to color by TS tag. The useXS config now applies to XS and TS, and the useTS tag only applies to the lower-case ts tag used by minimap2 (issue #1493 <https://github.com/gmod/jbrowse/pull/1493>, @cmdcolin <https://github.com/cmdcolin>) <http://jbrowse.org/blog/#bug-fixes>Bug fixes - Fixed a race condition in the http-range-fetcher module that caused "Error: "failed to retrieve file size"" messages when many tracks were opened at once. Thanks to @russellmyers <https://github.com/russellmyers> for the bug report! (issue #1473 <https://github.com/gmod/jbrowse/issues/1473>) - Fixed error with exporting highlighted regions with Save track data, thanks to @lipan6461188 <https://github.com/lipan6461188> for reporting (issue #1488 <https://github.com/gmod/jbrowse/issues/1488>) - Fixed ability to have custom mouseovers on features that have no default mouseover e.g. features with no name or ID. Thanks to @scottcain <https://github.com/scottcain> for reporting (issue #1487 <https://github.com/gmod/jbrowse/pull/1487>) - Fixed the response for requests to HTTP 403 errors. Thanks to @ilaydabozan <https://github.com/ilaydabozan> for reporting (issue #1490 <https://github.com/gmod/jbrowse/issues/1490>) - When there is only a single coordinate column in a tabix file, there is now improved performance since the overlap checking code was incorrect before in @gmod <https://github.com/gmod>/tabix (@cmdcolin <https://github.com/cmdcolin>) - Fix usage of bigwig "scoreType":"maxScore" config for bigwig tracks ( @cmdcolin <https://github.com/cmdcolin>, issue #1380 <https://github.com/gmod/jbrowse/issues/1380>) - Fix a crash related to NCList histogram when a featureScale is applied (issue #1327 <https://github.com/gmod/jbrowse/issues/1327>) - Make it so that VCF tracks don't require CORS headers for Content-Range ( @cmdcolin <https://github.com/cmdcolin>) -Colin |