Skip to main content

v1.7.0 Release

· 3 min read

We are excited to announce the latest JBrowse release! This has many great features including

  1. Floating feature labels, so if you are zoomed into the middle of a gene, the feature label hangs out alongside it on the left side of the screen! The results may not be pixel perfect in all cases (reverse complement labels can end up overlapping other features for example) but we hope this helps you see the labels for features that extend off the screen!

    Figure showing the feature labels floating alongside gene even when you are zoomed into the feature

  2. Upgraded build system for jbrowse-web and jbrowse-desktop to webpack 5, and added examples of using webpack 5 with embedded components. Webpack 5 results in smaller build sizes for jbrowse-web. For a typical session, amount of .js downloaded with gzip enabled in v1.6.9 is ~1.4MB, in v1.7.0 ~900kb (-500kb smaller). Without gzip enabled v1.6.9 4.8MB, v1.7.0 2.5MB (-2MB smaller). The result is largely due to better webworker bundling. See https://jbrowse.org/jb2/docs/embedded_components/ for webpack 5 examples in embedded components

  3. Optimizations and improved visualization of paired-end reads in the breakpoint split view

  4. Optimized linear synteny renderings with long CIGAR strings. These optimizations help viewing large alignments such as the CHM13-T2T-v2.0 assembly vs hg38 PAF file from https://github.com/marbl/CHM13#downloads (example here https://jbrowse.org/code/jb2/main/?config=test_data%2Fconfig_demo.json&session=share-0qD2-d_k4K&password=GF8Sk)

  5. The "Assembly selector" dropdown box now remembers your last selection, so you can more easily return to your genome of interest

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.0 (2022-04-14)

🚀 Enhancement

  • Other
    • #2909 Add --prefixSize flag to @jbrowse/cli text-index (@cmdcolin)
    • #2887 Optimize filtering on alignments tracks (@cmdcolin)
    • #2879 Multi-level synteny rubberband (@cmdcolin)
    • #2874 Optimizations for rendering long syntenic alignments e.g. CHM13 vs GRCh38 (@cmdcolin)
    • #2872 Better connection between paired-end alignments in breakpoint split view and optimizations (@cmdcolin)
  • core
    • #2902 Standardize heights of widgets in LGV import form (@cmdcolin)
    • #2781 Add floating labels to SVG features (@cmdcolin)
    • #2875 Make assembly selector remember your last selected assembly (@cmdcolin)
    • #2860 Avoid performing many peekTransferables to optimize RPC serialization (@rbuels)

🐛 Bug Fix

  • Other
    • #2908 Fix AboutDialog under vite for embedded components (@cmdcolin)
    • #2900 Fix the 'Open assembly' menu item in jbrowse desktop (@cmdcolin)
    • #2882 Add padding at the bottom of the configuration editor to help color editing popup being cutoff (@cmdcolin)
    • #2877 Fix strand on arrows in horizontally flipped mode (@cmdcolin)
  • core
    • #2891 Use a user-supplied fetchESM callback to import ESM plugins to fix 'Critical dependency...' errors from embedded components (@cmdcolin)

📝 Documentation

🏠 Internal

  • core
    • #2904 Use a user-supplied fetchCJS callback to import CJS plugins (@cmdcolin)
    • #2891 Use a user-supplied fetchESM callback to import ESM plugins to fix 'Critical dependency...' errors from embedded components (@cmdcolin)
    • #2857 Refactor and improve types of OffscreenCanvas shim and ponyfill (@rbuels)
  • __mocks__, core

Committers: 3

v1.6.9 Release

· One min read

This is a re-release of 1.6.8 to fix the Mac build of JBrowse Desktop

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.

v1.6.8 Release

· 2 min read

We are pleased to announce the v1.6.8 release!

This release includes a change to the default gene style to use boxes instead of "chevron" features, with a directional arrowhead

Before

After

Some additional highlights

  • Draws the correct the proportion of SNPs when displaying the SNPCoverage height in log scale (thanks @gringer for reporting)
  • Adds more optimizations for some alignments tracks
  • Adds a per-base drawing mode to alignments tracks

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.6.8 (2022-03-25)

🚀 Enhancement

🐛 Bug Fix

  • Other
    • #2852 Fix misaligned features under breakpoint split view (@cmdcolin)
    • #2844 Fix layout of small features without labels for SvgFeatureRenderer (@cmdcolin)
    • #2839 Fix the drawing of SNP height when the SNPCoverage track is using log scale (@cmdcolin)
    • #2825 Fix tracklabels positioning not updating in UI after user selection (@cmdcolin)
  • core

Committers: 3

v1.6.7 Release

· One min read

This release fixes an issue with JBrowse Desktop on v1.6.6 where the first tracks to be opened would not load.

It also adds a speed optimization for BAM files (in some cases, 5x speed improvement seen in deep coverage files), and fixes a scroll issue on wiggle tracks!

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.6.7 (2022-03-16)

🚀 Enhancement

🐛 Bug Fix

Committers: 2

v1.6.6 Release

· 4 min read

We are pleased to release v1.6.6!

This contains several updated synteny features, including:

  • load .chain files from UCSC
  • load .delta files from mummer
  • load .anchors and .anchors.simple files from MCScan from the GUI
  • ability to "rectangularize" the dotplot view and improved dotplot view overviews (shows total bp of selected regions)

Screenshot showing updated import form with ability to load MCScan data

Screenshot showing multiple tracks open at once, with the .anchors (green, gene pairs) and .anchors.simple (black, larger synteny blocks) files from MCScan shown in the dotplot view

Note: MCScan functionality existed internally but was not easy to use. The configuration schema for MCScan anchors files changed also to load the .bed files at startup. See the config guide for details

We also have an updated configuration editor GUI with collapsible sections

Screenshot showing new collapsible (turquoise) sections in the config editor

A number of alignments track look and feel improvements were also added. The scale bar was made to just list the min and max values when the height is small, clip indicator position when horizontally flipped was fixed, and the headroom was removed making the snpcoverage take up the full height of the small area it uses.

There have also been some changes to how internet accounts work. If you use one of the built-in accounts like Google Drive or Dropbox, there's no need to change anything. If you've implemented your own internet account, though, see #2725 for more details.

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.6.6 (2022-03-15)

🚀 Enhancement

  • core
    • #2796 Add collapsible accordion sections in configuration editor (@cmdcolin)
    • #2791 Add new coloring options for dotplot and ability to "rectangularize" dotplot view (@cmdcolin)
    • #2741 Allow ability to enter a space-separated locstring to open a list of regions (@cmdcolin)
    • #2725 Refactor InternetAccounts, add standard getFetcher (@garrettjstevens)
    • #2787 Display the total bp viewed in the header of the dotplot view (@cmdcolin)
    • #2767 Wiggle and SNPCoverage look and feel improvements (@cmdcolin)
    • #2746 Add .delta and .chain format adapters, fix ref name aliasing in synteny/dotplot views, and optimize very long CIGAR string in synteny view (@cmdcolin)
  • Other
    • #2799 Exit process after rendering to speed up jb2export (@cmdcolin)
    • #2793 Add abortcontroller polyfill to jbrowse-img to allow it to run under node 14 (@cmdcolin)
    • #2761 Add a --clean argument to jbrowse upgrade to clean up old files (@cmdcolin)
    • #2760 Make a configurable refNameColumn in RefNameAliasAdapter (@cmdcolin)

🐛 Bug Fix

  • core
  • Other
    • #2797 Fix crash plotting methylation in sparse regions (@cmdcolin)
    • #2782 Fix display of cytobands when horizontally flipped (@cmdcolin)
    • #2678 Preserve double border line when using trackLabel offset and use smaller gap between snpcoverage and reads (@cmdcolin)
    • #2774 Fix overwriting broken symlink with --force in add-track CLI (@cmdcolin)
    • #2773 Fix using global stats autoscale on wiggle tracks (@cmdcolin)
    • #2766 Add a check for empty content blocks to fix rare empty stats estimation (@cmdcolin)

📝 Documentation

🏠 Internal

Committers: 2

v1.6.5 Release

· 2 min read

We are pleased to announce v1.6.5!

This features some various bugfixes to the @jbrowse/cli tool, including better support for large config files with the admin-server, and renaming --out to --root for the admin-server.

It also includes two important fixes related to stats estimation in 1.6.4, one where tracks would display an error on sparse tracks and another where tracks would fail to perform stats estimation on BAM files due to a type confusion.

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.6.5 (2022-02-18)

🚀 Enhancement

🐛 Bug Fix

  • Other
    • #2758 Use VariantTrack for plaintext VCF type (@cmdcolin)
    • #2738 Add better catch for XS and TS tag detection from CRAM (@cmdcolin)
    • #2733 Use sparse array for alignments coverage to fix bug viewing large sparse regions (@cmdcolin)
    • #2734 Use node fetch instead of follow-redirects in cli (@cmdcolin)
    • #2726 Handle .bgz file extension for text-index (@cmdcolin)
    • #2727 Add engines 16 to @jbrowse/img (@cmdcolin)
    • #2723 Make jbrowse desktop more robust to errors when reading recent sessions file (@cmdcolin)
    • #2715 Change --target to --root for jbrowse CLI admin-server (@cmdcolin)
  • core
    • #2757 Fix type confusion with stats estimation causing BAM files to fail byte size calculation (@cmdcolin)
    • #2750 Add bezierCurveTo to offscreen canvas ponyfill to fix sashimi arcs rendering in alignments track in webkit and firefox (@cmdcolin)
    • #2719 Avoid uninitialized state during stats estimation (@cmdcolin)
    • #2707 Fix ability to use authenticated assembly files (@garrettjstevens)
    • #2695 Fix disabled state on the linear genome view track labels dropdown menu (@cmdcolin)

📝 Documentation

  • #2716 Update to node12 requirement for @jbrowse/cli (@cmdcolin)
  • #2605 Developer guide reorganization and create new API document (@cmdcolin)

🏠 Internal

Committers: 3

v1.6.4 Release

· 3 min read

This release has a couple long awaited features!

There are also some improvements to synteny and dotplot views. The synteny view can now render curvy lines and "square" the views (so they each have the same zoom level), and have individual search panels in the synteny view. You can now also vertically resize the linear synteny view panel allowing for a taller or shorter view! The rendering has also been sped up in both linear synteny and dotplot views with certain code paths being up to 40x faster.

Also check out the recording and notes from our PAG 2022 tutorial session!

Screenshot showing the new curvy lines of the synteny view with the grape vs peach demo http://jbrowse.org/code/jb2/v1.6.4/?config=test_data%2Fconfig_synteny_grape_peach.json&session=share-EdWfJj5aIY&password=S8PGj

note that 1.6.0-1.6.3 were slightly buggy and collected into 1.6.4 here

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.

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

  • #2663 Add documentation for URL params and session spec (@cmdcolin)
  • #2655 Add link to PAG 2022 youtube tutorial on demos page and course archive (@cmdcolin)

🏠 Internal

  • core
    • #2649 Add Cypress test of package that uses embedded components (@garrettjstevens)
    • #2648 Avoid console.warns in tests due to writing to MST nodes that are not alive (@cmdcolin)
  • Other
    • #2657 Fix hot reload using yarn resolution on react-error-overlay (@cmdcolin)

Committers: 3

v1.5.9 Release

· One min read

This fixes a babel misconfiguration in v1.5.8 that prevented embedded packages from working

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.5.9 (2022-01-13)

🐛 Bug Fix

Committers: 1

v1.5.8 Release

· One min read

This release fixes an important issue where @jbrowse/react-linear-genome-view and other embedded packages did not work with v1.5.5 due to a babel misconfiguration apologies to all affected!

Also we now can access the parent feature in jexl callbacks with parent(feature) or get(feature, 'parent') which is often needed when coloring subfeatures like exon/CDS features

This release also was made because v1.5.6 and v1.5.7 only were half-published to npm, so v1.5.8 fixes it here

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.

🚀 Enhancement

  • core
    • #2629 Add ability to get parent feature in jexl syntax with either parent(feature) or get(feature,'parent') (@cmdcolin)
    • #2632 Add vertical resize handle to dotplot view (@cmdcolin)

Committers: 2