v2.10.2 Release
Get stack traces from error messages
This release adds a new feature to allow getting the stack trace from error messages, which will show the exact line of code the error occurred on and will help with debugging error reports.
Launch breakpoint split view from alignment feature details
Previously, you could launch a breakpoint split view from a TRA/breakend type feature in the variant feature details, but this allows you to do it directly via a read
Screenshot showing the workflow to launch a breakpoint split view from a read
@jbrowse/img tool fixes
The jb2export command line image exporter from @jbrowse/img had issues with node.js preventing it from running, so this was fixed, and a new ability to export just snpcov visualizations was added. Example
jb2export --bam file.bam snpcov height:400 --fasta hg19.fa --out output.png
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.2
2.10.2 (2024-02-19)
🚀 Enhancement
- Other
core
🐛 Bug Fix
- Other
- #4220 Fix hydration error from translocation features in plaintext VCF adapter (@cmdcolin)
- #4217 Fix breakpoint split view SVG export occasionally having wrong clipping (@cmdcolin)
- #4213 Fix issue with tagFilter * in alignments track (@cmdcolin)
- #4208 Fix @jbrowse/img under node environment (@cmdcolin)
- #4146 Remove --tracks and --view options from set-default-session CLI (@cmdcolin)
core
core
,product-core
📝 Documentation
Committers: 1
- Colin Diesh (@cmdcolin) Done in 1.42s.