v1.7.9 Release

releasejbrowse 2

We are pleased to present v1.7.9!

This release features several bugfixes and improvements submitted by community members, including a CLI fix when specifying --indexFile with CSI files, and a new feature to get FASTA metadata from an external file.

Additionally, we have switched to canvas2svg for SVG exports, which can now handle more sophisticated operations like bezierCurves (used for sashimi-style arc in RNA-seq data), and circles (used by jbrowse-plugin-gwas)

Before (note bad intron and lack of arcs rendered on bottom track)

After (fixed intron rendering and arcs)

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.

1.7.9 (2022-06-02)

:rocket: Enhancement

  • core
    • #2991 Use canvas2svg for SVG export, fixes non-rasterized usage of bezier, arcs, and more (@cmdcolin)
    • #2483 Add setting to color by query score per alignment for dotplot, support HTML in config slot descriptions (@cmdcolin)
    • #2983 Set target=_blank by default in user HTML links (@cmdcolin)
  • Other

:bug: Bug Fix

  • core
  • Other
    • #2977 Respect --indexFile option when adding VCF and BED tracks (@heavywatal)
    • #2974 Fix track indexing being ignored after first add track widget usage (@teresam856)

:house: Internal

Committers: 4