v1.5.1 Release
This is the release of v1.5.1 with a bunch of small improvements and bugfixes, including...
Cytoband overview
We can now display the cytoband data for your genome assembly in the linear genome view overview, and this will now be available for hg19 and hg38 assembly configs on JBrowse Desktop
This can also appear in SVG exports
Plugins can integrate with "Add track" workflow better
Plugins that register new adapter types can integrate with the "Add track" workflow by registering themselves for a particular file type or file extension with the Core-guessAdapterForLocation
Open plaintext FASTA file on JBrowse desktop
Users can now open a plain FASTA instead of an indexed FASTA on JBrowse desktop, and it will create a .fai index on the fly
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.1 (2021-11-04)
🚀 Enhancement
core
- #2488 Improve usability of the search result autocomplete when typing in via keyboard (@cmdcolin)
- #2267 Add cytoband to overview scale bar in LGV (@cmdcolin)
- #2447 Drawer widget tooltips and use position: fixed on fab (@cmdcolin)
- #2299 Add new pluggable element type and properties to adapter type for registering adapter association with 'add track' workflow (@carolinebridge-oicr)
- Other
- #2484 "Add custom plugin" dialog improvements (@cmdcolin)
- #2389 Create plaintext GtfAdapter in plugins/gtf (@teresam856)
- #2443 Support plaintext fasta on desktop by dynamically creating a FAI file on the fly (@cmdcolin)
- #2479 Allow gzipped Gff3Adapter input and use 512MB limit (@cmdcolin)
- #2467 Set default session dialog redesign (@cmdcolin)
- #2461 Add assembly manager back into tools menu on jbrowse-desktop (@cmdcolin)
- #2442 Add simple loading screen for LGV (@cmdcolin)
🐛 Bug Fix
- Other
- #2494 Add polyfill for text-index compatibility with node 10 (@cmdcolin)
- #2492 Fix ability to open breakpoint split view from a BEDPE row in SV inspector (@cmdcolin)
- #2480 Fix refName renaming on VcfAdapter for files that don't have ##contig lines (@cmdcolin)
- #2469 Fix embedded crash when opening dialogs (@garrettjstevens)
- #2451 Fix issue with intermittent text-index failures and improve speed (@cmdcolin)
- #2439 Fix adding plugins on desktop (@cmdcolin)
- #2426 Fix CLI create/upgrade failing to find the latest release (@cmdcolin)
core
📝 Documentation
- #2446 Improve some CLI --help messages (@cmdcolin)
- #2437 Add example of defining and using a plugin with the embedded component (@cmdcolin)
- #2430 Website optimize for less layout shift (@cmdcolin)
🏠 Internal
core
- #2445 Create core snapshot error message component (@cmdcolin)
- #2288 Add extra re-exports for default modules (@garrettjstevens)
Committers: 4
- Caroline Bridge (@carolinebridge-oicr)
- Colin Diesh (@cmdcolin)
- Garrett Stevens (@garrettjstevens)
- Teresa Martinez (@teresam856)