Skip to main content

86 posts tagged with "release"

View All Tags

v2.9.0 Release

ยท 2 min read

This release adds a new feature for keeping track of your "Recently used tracks" and tagging "Favorite tracks" . This will be valuable especially to users and organizations who have large tracklists!

Screenshot showing "Recently used tracks" dropdown menu

We also added the ability to load "single file hubs" from UCSC. These must be manually pasted in the "Add connection" but in the future, we may add ability to auto-load the hubs via the URL bar or similar. You can find a large amount of these single file hubs from GenArk! https://hgdownload.soe.ucsc.edu/hubs/

Finally, this release also fixes an issue people saw with auto-updates for JBrowse Desktop on Mac failing.

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.9.0

2.9.0 (2023-11-30)โ€‹

๐Ÿš€ Enhancementโ€‹

  • Other
    • #4070 Add support for single file hubs (@cmdcolin)
    • #4096 Allow searching by gene name using linear synteny view (@cmdcolin)
    • #4068 Allow searching the text-index by gene name from the URL bar (@cmdcolin)
    • #3948 Make the default setting for the dotplot/synteny views use 'Existing tracks' by default (@cmdcolin)
    • #4039 Adds "Favorites" and "Recently used" track categories to the track selector (@carolinebridge-oicr)
    • #4067 Add arc plugin to @jbrowse/react-linear-genome-view core plugins (@cmdcolin)
  • core, product-core
    • #4091 Allow hiding subfeatures in the feature details panel (@cmdcolin)

๐Ÿ› Bug Fixโ€‹

  • core
  • Other
    • #4095 Fix faceted metadata header names colliding with non-metadata header names (@cmdcolin)
    • #4071 Fix Mac auto-updates fetching non-existent zip (@cmdcolin)
    • #4062 Fix duplicate key error in hierarchical track selector from using connections (@cmdcolin)

Committers: 2โ€‹

v2.8.0 Release

ยท 2 min read

This release improves support for BEDPE and arc rendering of structural variants.

It also adds a new CLI command called jbrowse sort-gff that intends to help simplify the loading of GFF tabix tracks.

Usage:

jbrowse sort-gff yourfile.gff | bgzip > yourfile.sorted.gff.gz
tabix yourfile.sorted.gff.gz
jbrowse add-track yourfile.sorted.gff.gz --load copy --out /var/www/html/jbrowse2

The jbrowse CLI tool can load BEDPE files with simply jbrowse add-track yourfile.bedpe (or, optionally gzipped e.g. yourfile.bedpe.gz)

Screenshot showing the same data rendered as both a BEDPE file and VCF file with different variant types (<DUP>, <DEL>, <INV>, <TRA>). Notably, this arc rendering can render 'cross-region' or 'inter-chromosomal' arcs.

Also, if you haven't seen it, check out our new office hours and community call schedule! See https://jbrowse.org/jb2/blog/2023/11/03/office-hours/

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 --next-version 2.8.0

2.8.0 (2023-11-09)โ€‹

๐Ÿš€ Enhancementโ€‹

  • Other
  • product-core
  • core
    • #4035 Prompt to horizontally flip view when launching linear synteny view on inverted feature (@cmdcolin)
  • app-core

๐Ÿ› Bug Fixโ€‹

  • #4052 Fix browser back button behavior in jbrowse-web (@cmdcolin)
  • #4043 Fix crash in "Open session" widget for sessions that have 'track-less views' (@cmdcolin)

๐Ÿ“ Documentationโ€‹

Committers: 2โ€‹

v2.7.2 Release

ยท 2 min read

This creates a universal build for macOS allowing improved performance on M1 type Macs. It also fixes loading bzip2 compressed CRAM files, and adds the information about what is being currently "hovered" to the app session.

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 --next-version 2.7.2

2.7.2 (2023-10-27)โ€‹

๐Ÿš€ Enhancementโ€‹

  • core
  • Other
    • #4020 Allow configuring LGV trackLabels setting via config (@cmdcolin)
    • #3999 Example of using customElement + ShadowDOM for @jbrowse/react-linear-genome-view (@AcaDemIQ)
    • #4015 Create MacOS universal build of jbrowse-desktop to help M1 macs (@cmdcolin)
  • core, product-core

๐Ÿ› Bug Fixโ€‹

๐Ÿ  Internalโ€‹

  • core
    • #4005 Refactors and typescript improvements for jbrowse-web loader (@cmdcolin)
  • app-core, core

Committers: 3โ€‹

v2.7.1 Release

ยท One min read

This release fixes a issue with jbrowse-desktop failing on certain platforms, adds ability to auto-render links from metadata without adding <a href='...'> tags, and fixes another issue on sparse multi-bigwigs

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 --next-version 2.7.1

2.7.1 (2023-10-18)โ€‹

๐Ÿš€ Enhancementโ€‹

  • Other
    • #3986 Allow editing step size and window size of GC content adapter (@cmdcolin)
  • core
    • #3982 Allow rendering semi-circles in the arc renderer + SVG rendering of arcs (@cmdcolin)
  • __mocks__, core
    • #3981 Auto-create HTML links for URLs, and strip HTML tags where they can't be rendered (@cmdcolin)

๐Ÿ› Bug Fixโ€‹

  • Other
    • #3991 Remove some non-functioning options from top level menu in @jbrowse/react-app (@cmdcolin)
    • #3980 Downgrade electron 26->25 to fix screen blanking (@cmdcolin)
  • core
    • #3971 Fix rendering multi-quantitative tracks when blank data is present (@cmdcolin)

Committers: 1โ€‹

v2.7.0 Release

ยท 4 min read

This release contains a number of new features and improvements

  • adds the concept of a 'focused view' and keyboard shortcuts for zoom in/out (ctrl or cmd+up/down) and side to side scroll (ctrl or cmd +left/right)

  • make bookmark persistent in localstorage so that they are usable across different sessions

  • upgrades jbrowse-web and jbrowse-desktop to use React 18 and latest versions of mobx+mobx-react+mobx-state-tree, and enable React.StrictMode

Note: embedded users can also opt-into React 18 for their apps, see lgv storybook for details

See the full changelog below for 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.

2.7.0 (2023-10-04)โ€‹

๐Ÿš€ Enhancementโ€‹

๐Ÿ› Bug Fixโ€‹

  • app-core, core
    • #3959 Remove type any from return value of getContainingView, getSession (@cmdcolin)
  • Other
    • #3946 Fix setting multiple hierarchical defaultCollapsed config options at initialization (@cmdcolin)
    • #3937 Fix dev mode error from LGV overview scalebar (@cmdcolin)
    • #3925 Reduce amount of canvas commands issued to the dotplot renderer (@cmdcolin)
    • #3924 Fix incorrect tick mark label on dotplot axes happening in some cases (@cmdcolin)
    • #3921 Fix hydration warning by only rendering the SvgFeature "selected feature" and "mouseover" client side (@cmdcolin)
    • #3910 Fix feature label offsets in SVG exports with main thread RPC (@cmdcolin)
    • #3905 Fix alignments track infinite loading when applying same "Color by" or "Sort by" setting twice (@cmdcolin)
    • #3904 Fix "Color by"->"Mapping quality" for CRAM files (@cmdcolin)
    • #3902 Fix ability to use plaintext bed in add-track CLI (@cmdcolin)
  • core
    • #3929 Fix mouse getting out of sync while dragging resize handle (@cmdcolin)
    • #3912 Avoid undefined getConf on assembly.configuration safeReference (@cmdcolin)
    • #3887 Add forwardRef to wrapped re-exported lazy components (@garrettjstevens)
    • #3866 Fix calculation of width of "view container title" (@cmdcolin)
    • #3865 Strip alpha from colors for improved SVG export compatibility (@cmdcolin)

๐Ÿ“ Documentationโ€‹

  • #3957 Add error handler example for embedded components (@cmdcolin)
  • #3913 Add color scheme for pathogenicity for ClinVar config_demo track (@scottcain)
  • #3881 Improve some of the extension point documentation (@cmdcolin)

๐Ÿ  Internalโ€‹

  • app-core, core, embedded-core
  • core
    • #3920 Remove some unused "renameReference" code in static/dynamic blocks (@cmdcolin)
  • Other
  • app-core, core, embedded-core, product-core, web-core

Committers: 4โ€‹

v2.6.3 Release

ยท 2 min read

Small bugfix release, including some improvements to the ordering of tracks in the track selector. see changelog for 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.

yarn run v1.22.18 $ lerna-changelog 2.6.3

๐Ÿš€ Enhancementโ€‹

๐Ÿ› Bug Fixโ€‹

  • #3839 Fix bug where multi-quantitative tracks plotted incorrectly for some bigwigs with empty regions (@cmdcolin)
  • #3837 Fix text layout in dotplots with long coordinate strings (@cmdcolin)
  • #3825 Fix SVG export compatibility by removing rgba strings (@cmdcolin)
  • #3814 Fix suspense fallback to track container for lazy loaded display components (@cmdcolin)
  • #3808 Fix track ordering of hierarchical track selector to more closely match the config.json (@cmdcolin)
  • #3806 Fix a bug on the BookmarkWidget mui data grid where labels were not saving (@carolinebridge-oicr)
  • #3804 Fix version missing from about menu in @jbrowse/react-app (@cmdcolin)

๐Ÿ  Internalโ€‹

Committers: 3โ€‹

v2.6.2 Release

ยท 2 min read

This is a small bugfix release. We removed source maps to avoid some typescript warnings for consumers of our NPM packages. This means our "src" is no longer published to NPM.

We also fixed the "Stranded sequencing" coloring option on alignments tracks, which is especially useful for stranded paired-end RNA-seq and renamed the option to "Color by->First of pair strand", which corresponds to the terminology of IGV.

Figure showing stranded paired-end RNA-seq data with a positive and negative strand gene in view

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.18 $ lerna-changelog 2.6.2

๐Ÿš€ Enhancementโ€‹

๐Ÿ› Bug Fixโ€‹

  • Other
    • #3798 Fix VCF feature starting at 1-based 1 (@cmdcolin)
    • #3775 Fix stranded RNA-seq rendering and rename option Color by -> "First-of-pair strand" (@cmdcolin)
    • #3758 Adds safety checks on AlignmentsDisplay properties to avoid undefined rendering (@carolinebridge-oicr)
    • #3770 Fix potential issue with display searchFeatureByID being undefined (@cmdcolin)
  • core
  • app-core, core, embedded-core, product-core, text-indexing, web-core
    • #3771 Use inlineSourceMaps for tsc builds and other misc changes (@cmdcolin)

๐Ÿ  Internalโ€‹

Committers: 3โ€‹

v2.6.1 Release

ยท 4 min read

Hello all, This ended up being a big release with a lot of new stuff!

  • Created the @jbrowse/react-app NPM package which effectively makes the jbrowse-web package NPM-installable. This is still new so let us know what you think. See the docs at https://jbrowse.org/storybook/app/main and example usages at https://jbrowse.org/jb2/docs/embedded_components/ (this is pretty new, there may be more updates or changes to come with this package!)
  • Improved code sharing across web, desktop, and embedded products (this was a large refactor, if you see any bugs let us know!)
  • Improved display of inversions in the read cloud display (see screenshot)
  • Fixed persistent issue with jbrowse create CLI creating corrupted output (update your local install with npm install -g @jbrowse/cli)

Figure showing split long reads alignments on the read cloud display spanning an inversion showing forward (red) to reverse (blue) and back to forward again.

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

  • Other
    • #3743 Create mixin for shared code between LinearWiggleDisplay and MultiWiggleLinearDisplay (@cmdcolin)
    • #3711 Allow synteny data adapters to open files larger than 512Mb (@cmdcolin)
    • #3639 Add button to bookmark in jbrowse-web share dialog (@cmdcolin)
    • #3631 Add BEDPE add track workflow, avoid showing "Add track" when disabled (@carolinebridge-oicr)
    • #3700 Render alignment track arcs instantly after bpPerPx change (@cmdcolin)
    • #3695 Reduce re-drawing on alignments track paired read arcs/cloud display types (@cmdcolin)
  • core
    • #3725 Filter tracks that match all view.assemblyNames in multi-assembly track selector modes (@cmdcolin)
    • #3531 Add @jbrowse/react-app embedded component (@cmdcolin)
    • #3653 Evaluate extension point on track config pre-process snapshot (@cmdcolin)
    • #3706 Miscellaneous alignments arc/cloud fixes (@cmdcolin)
    • #3698 Add column resizers to the variant ANN/CSQ panels (@cmdcolin)
  • app-core, product-core, web-core
  • __mocks__
    • #3707 Improved read cloud display for long reads with inversions (@cmdcolin)

๐Ÿ› Bug Fixโ€‹

  • core
    • #3749 Avoid re-prompting a user login when refresh token is processed (@cmdcolin)
    • #3572 Add OAuth and HTTP BasicAuth servers for local testing, fix some OAuth flows (@garrettjstevens)
    • #3708 Add removable-media to jbrowse desktop snap (@cmdcolin)
    • #3687 Take into account ML tag when showing MM tag on alignments, misc refactoring (@cmdcolin)
  • Other
    • #3747 Fix blank lines in GFF crashing text-index (@cmdcolin)
    • #3739 Fix specifying the assemblyNames config slot on add-connection CLI (@cmdcolin)
    • #3631 Add BEDPE add track workflow, avoid showing "Add track" when disabled (@carolinebridge-oicr)
    • #3667 Fix horizontal flip functionality for Hi-C display (@studentshivang)
    • #3703 Fix rendering error in alignments tracks when filtering by tag in CRAM file (@Lilas-w)
    • #3694 Fix ability to filter certain fields in BAM/CRAM files (@cmdcolin)
    • #3691 Fix breakpoint split view alignment connections not pointing at right position in v2.5.0 (@cmdcolin)
    • #3686 Fix jbrowse create/jbrowse upgrade CLI intermittent failures (@cmdcolin)
  • product-core, web-core
    • #3738 Don't throw on UCSC connection containing assemblies not matching connection->assemblyNames config (@cmdcolin)
  • app-core, core, embedded-core
  • app-core

๐Ÿ“ Documentationโ€‹

๐Ÿ  Internalโ€‹

  • app-core, core, product-core, text-indexing
    • #3740 Bump electron, proxy-agent, fontsource-roboto, etc. and update SnackbarMessage from typed array to object (@cmdcolin)
  • core
    • #3741 Distinguish between SessionWithConnections and SessionWithConnectionEditing (@cmdcolin)
  • Other
  • app-core, core, product-core, web-core
  • product-core
  • app-core, core, embedded-core, product-core, text-indexing
  • core, product-core
    • #3661 Create packages/product-core containing shared code between the various products (@rbuels)

Committers: 6โ€‹

v2.5.0 Release

ยท 2 min read

This release includes some small bugfixes. It also renames some internal APIs, if you are a plugin developer, take note of the new naming.

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.

2.5.0 (2023-05-04)โ€‹

๐Ÿš€ Enhancementโ€‹

  • Other
  • core
    • #3677 Adjust RefNameAutocomplete width calculation to avoid ellipses (@cmdcolin)
    • #3660 Bump x-data-grid dependency, refactors for BaseFeatureDetails, add GridToolbar (@cmdcolin)
    • #3626 Update to mui x-data-grid 6 (@cmdcolin)

๐Ÿ› Bug Fixโ€‹

  • core
    • #3681 Guard against undefined in CoreGetFeatureDetails (@cmdcolin)
    • #3662 Fix empty feature sequence on top-level gene feature (@cmdcolin)
    • #3666 Fix text boxes being too small in Dialog boxes (@cmdcolin)
    • #3642 Fix error handling of feature detail formatter jexl callbacks (@cmdcolin)
    • #3621 Update plugin rollup polyfill package (@garrettjstevens)
    • #3620 Fix potential crashes where alignment SEQ field may be empty, simplify some display model code (@cmdcolin)
  • Other
    • #3670 Only double-click zoom if not clicking on feature (@cmdcolin)
    • #3652 Fix text being invisible on overview scalebar when cytobands shown (@cmdcolin)
    • #3632 Fix mouse click-and-drag behavior in the alternative "cursor mode" for the dotplot view (@cmdcolin)
    • #3625 Fix UCSC trackhub assembly aliases matching (@andrzejgrzelak)
  • __mocks__, core

๐Ÿ“ Documentationโ€‹

  • Other
    • #3676 Refactor circular genome view storybook (@cmdcolin)
    • #3671 Fix website documentation sidebar on browsers with prefers-reduced-motion (@cmdcolin)
    • #3654 Add some docs for configuring defaultSession (@cmdcolin)
  • core

๐Ÿ  Internalโ€‹

  • core
    • #3647 Refactoring navToMultiple, navToLocString, and related (@cmdcolin)
    • #3629 Typescript checking for config slot names (@rbuels)
    • #3618 Rename APIs for feature density stats and quantitative stats (@cmdcolin)
    • #3615 Add check for default export to plugin loader (@rbuels)

Committers: 4โ€‹

v2.4.2 Release

ยท 2 min read

This release addresses a couple small bugs, including a fix for subfeature detail jexl callbacks, spreadsheet view cosmetic improvements, and synteny view mouseovers getting stuck. See details below

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.

2.4.2 (2023-03-27)โ€‹

๐Ÿš€ Enhancementโ€‹

  • core
    • #3604 Alignments tags description in feature details on mouseover (@cmdcolin)
  • Other

๐Ÿ› Bug Fixโ€‹

  • Other
    • #3610 Avoid cutting off import form of spreadsheet view, fix overflowed text in table header (@cmdcolin)
    • #3600 Fix using the force load button after a stats timeout (@cmdcolin)
    • #3592 Fix shading on synteny features after mouseout (@cmdcolin)
  • __mocks__, core
    • #3608 Fix subfeatures formatter not being applied to feature detail panel (@cmdcolin)
    • #3607 Avoid "ResizeObserver" loop warning during development (@cmdcolin)
  • core
    • #3593 Fix gene without subfeatures not being displayed in sequence feature details (@cmdcolin)

๐Ÿ  Internalโ€‹

  • #3611 Use local data instead of remote data for LGV component test (@cmdcolin)

Committers: 2โ€‹