-
Notifications
You must be signed in to change notification settings - Fork 64
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
3 changed files
with
124 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,73 @@ | ||
--- | ||
title: v2.10.3 Release | ||
date: 2024-03-06 00:03:16 | ||
tags: ['release', 'jbrowse 2'] | ||
--- | ||
|
||
This release adds the ability to highlight regions on the linear genome view. | ||
|
||
Users can specify a highlight via the URL when they use jbrowse-web, in a format | ||
like &loc=chr1:1-1000&assembly=hg19&highlight=chr1:1-100 (it must be used with | ||
the &loc and &assembly) | ||
|
||
This release also fixes the ability to load BAM and CRAM files where the refName | ||
contains a colon | ||
|
||
## Downloads | ||
|
||
- [v2.10.3](https://github.com/GMOD/jbrowse-components/releases/tag/v2.10.3) | ||
|
||
To install JBrowse 2 for the web, you can download the link above, or you can | ||
use the JBrowse CLI to automatically download the latest version. See the | ||
[JBrowse web quick start](https://jbrowse.org/jb2/docs/quickstart_web) for more | ||
details. | ||
|
||
yarn run v1.22.19 $ lerna-changelog --silent --silent --next-version 2.10.3 | ||
|
||
## 2.10.3 (2024-03-06) | ||
|
||
#### :rocket: Enhancement | ||
|
||
- Other | ||
- [#4257](https://github.com/GMOD/jbrowse-components/pull/4257) Smaller | ||
sequence track size ([@cmdcolin](https://github.com/cmdcolin)) | ||
- [#4256](https://github.com/GMOD/jbrowse-components/pull/4256) Update deps | ||
including electron 28->29 ([@cmdcolin](https://github.com/cmdcolin)) | ||
- [#4234](https://github.com/GMOD/jbrowse-components/pull/4234) Adds URL query | ||
param for highlight on LGV | ||
([@carolinebridge-oicr](https://github.com/carolinebridge-oicr)) | ||
- `core`, `product-core` | ||
- [#4255](https://github.com/GMOD/jbrowse-components/pull/4255) Allow getting | ||
stack trace from track errors ([@cmdcolin](https://github.com/cmdcolin)) | ||
|
||
#### :bug: Bug Fix | ||
|
||
- [#4254](https://github.com/GMOD/jbrowse-components/pull/4254) Throw if no | ||
sequenceAdapter supplied to CramAdapter | ||
([@cmdcolin](https://github.com/cmdcolin)) | ||
- [#4250](https://github.com/GMOD/jbrowse-components/pull/4250) Fix the viewport | ||
calculations for when URL params includes &tracklist=true | ||
([@cmdcolin](https://github.com/cmdcolin)) | ||
- [#4232](https://github.com/GMOD/jbrowse-components/pull/4232) Fix for missing | ||
INFO.STRANDS tag for TRA features in breakpoint split view | ||
([@cmdcolin](https://github.com/cmdcolin)) | ||
- [#4224](https://github.com/GMOD/jbrowse-components/pull/4224) Fix parsing of | ||
BAM and CRAM refNames that contain a colon | ||
([@cmdcolin](https://github.com/cmdcolin)) | ||
|
||
#### :memo: Documentation | ||
|
||
- [#4240](https://github.com/GMOD/jbrowse-components/pull/4240) Small fixes to | ||
embedding tutorial docs ([@kwentine](https://github.com/kwentine)) | ||
- [#4223](https://github.com/GMOD/jbrowse-components/pull/4223) Add FAQ section | ||
about faceted track selector | ||
([@Maarten-vd-Sande](https://github.com/Maarten-vd-Sande)) | ||
|
||
#### Committers: 5 | ||
|
||
- Caroline Bridge | ||
([@carolinebridge-oicr](https://github.com/carolinebridge-oicr)) | ||
- Colin Diesh ([@cmdcolin](https://github.com/cmdcolin)) | ||
- Garrett Stevens ([@garrettjstevens](https://github.com/garrettjstevens)) | ||
- Quentin Agren ([@kwentine](https://github.com/kwentine)) | ||
- [@Maarten-vd-Sande](https://github.com/Maarten-vd-Sande) Done in 1.56s. |
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