v2.10.3 Release
ยท 2 min read
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โ
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 for more details.
yarn run v1.22.19 $ lerna-changelog --silent --silent --next-version 2.10.3
2.10.3 (2024-03-06)โ
๐ Enhancementโ
- Other
core
,product-core
๐ Bug Fixโ
- #4254 Throw if no sequenceAdapter supplied to CramAdapter (@cmdcolin)
- #4250 Fix the viewport calculations for when URL params includes &tracklist=true (@cmdcolin)
- #4232 Fix for missing INFO.STRANDS tag for TRA features in breakpoint split view (@cmdcolin)
- #4224 Fix parsing of BAM and CRAM refNames that contain a colon (@cmdcolin)
๐ Documentationโ
- #4240 Small fixes to embedding tutorial docs (@kwentine)
- #4223 Add FAQ section about faceted track selector (@Maarten-vd-Sande)
Committers: 5โ
- Caroline Bridge (@carolinebridge-oicr)
- Colin Diesh (@cmdcolin)
- Garrett Stevens (@garrettjstevens)
- Quentin Agren (@kwentine)
- @Maarten-vd-Sande Done in 1.56s.