-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
59 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{{$NEXT}} | ||
# Release 1.16.4 2019-04-10 16:58:02 UTC | ||
|
||
## Minor improvements | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
layout: post | ||
title: JBrowse 1.16.4 maintenance release | ||
date: 2019-04-10 | ||
tags: ["News","Software releases"] | ||
--- | ||
|
||
I'm pleased to announce the release of JBrowse 1.16.4. This has a couple of specialized fixes. | ||
|
||
One fix provides a better error message if you give improper inputs for tabix or BAI files that actually require CSI indexes. This came up often for people in the wheat genome. | ||
|
||
Another helps display multiple transcript features for a gene top level feature from HTMLFeatures | ||
|
||
* [JBrowse-1.16.4.zip](https://github.com/GMOD/jbrowse/releases/download/1.16.4-release/JBrowse-1.16.4.zip) - minified release | ||
* [JBrowse-1.16.4-dev.zip](https://github.com/GMOD/jbrowse/archive/1.16.4-release.zip) - use this if you modify jbrowse source code or use plugins | ||
* [JBrowse-1.16.4-desktop-win32-x64.zip](https://github.com/GMOD/jbrowse/releases/download/1.16.4-release/JBrowse-1.16.4-desktop-win32-x64.zip) | ||
* [JBrowse-1.16.4-desktop-linux-x64.zip](https://github.com/GMOD/jbrowse/releases/download/1.16.4-release/JBrowse-1.16.4-desktop-linux-x64.zip) | ||
* [JBrowse-1.16.4-desktop-darwin-x64.zip](https://github.com/GMOD/jbrowse/releases/download/1.16.4-release/JBrowse-1.16.4-desktop-darwin-x64.zip) | ||
|
||
|
||
|
||
|
||
## Minor improvements | ||
|
||
* Added `indexedFeatures` tracklist attribute for GFF3Tabix track types | ||
which controls the feature types from a GFF3Tabix file that are | ||
indexed. Thanks to <a href="https://github.com/loraine-gueguen">@loraine-gueguen</a> for the idea and implementation! | ||
(<a href="https://github.com/gmod/jbrowse/pull/1337">issue #1337</a>, <a href="https://github.com/loraine-guegen">@loraine-guegen</a>) | ||
|
||
* Added `inferHTMLSubfeatures` which automatically creates multiple | ||
mRNA transcripts from a single gene parent feature. Thanks to | ||
<a href="https://github.com/abretaud">@abretaud</a> for the idea and implementation! Note that this is enabled | ||
by default now (<a href="https://github.com/gmod/jbrowse/pull/1343">issue #1343</a>, <a href="https://github.com/gmod/jbrowse/pull/1340">issue #1340</a>) | ||
|
||
* Updated jbrowse.org website to run entirely off amazon S3 (<a href="https://github.com/gmod/jbrowse/pull/1347">issue #1347</a>, | ||
<a href="https://github.com/gmod/jbrowse/pull/1348">issue #1348</a>) | ||
|
||
## Bug fixes | ||
|
||
* Added better error reporting to GFF3Tabix tracks for if a parsing | ||
error occured. Thanks to <a href="https://github.com/nathanhaigh">@nathanhaigh</a> for reporting (<a href="https://github.com/cmdcolin">@cmdcolin</a>) | ||
|
||
* Added fix for VCF that don't contain alternative alleles (<a href="https://github.com/cmdcolin">@cmdcolin</a>) | ||
|
||
* Added better error handling if there is a case where a tabix file is | ||
loaded that is on a genome longer than 2^29. CSI indexes are needed for | ||
this. Old versions of tabix which hadn't invented CSI would generate | ||
invalid tabix indexes in this case. Thanks to Hans Vasquez-Gross for | ||
reporting (<a href="https://github.com/cmdcolin">@cmdcolin</a>) | ||
|
||
* Fixed link in documentation. Thanks <a href="https://github.com/agarciamontoro">@agarciamontoro</a> (<a href="https://github.com/gmod/jbrowse/pull/1341">issue #1341</a>) | ||
|
||
* Fixed issue with ucsc-to-json.pl creating subfeatures with the wrong | ||
strand. Thanks to <a href="https://github.com/sachalau">@sachalau</a> for finding and fixing (<a href="https://github.com/gmod/jbrowse/pull/1346">issue #1346</a>) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters