Skip to main content

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โ€‹

๐Ÿ› 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โ€‹

Committers: 5โ€‹