🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@jbrowse/plugin-arc

Package Overview
Dependencies
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jbrowse/plugin-arc - npm Package Versions

2345

3.4.0

Diff
cmdcolin
published 3.4.0 •

Changelog

Source

3.4.0 (2025-05-13)

:rocket: Enhancement

  • core
    • #5018 Avoid serializing large features to sessions to fix quota exceeded errors in localstorage (@cmdcolin)
    • #5010 Add mouseover metadata for fields in the base feature widget (@cmdcolin)
    • #4998 Add padding to the genomic window of search result hits (@cmdcolin)
    • #4995 Add uFuzzy to improve gene name search (@cmdcolin)
    • #4983 Update some data parser packages for ESM compat (@cmdcolin)
    • #4980 Synthesize displayId if none provided in display config (@cmdcolin)
    • #4972 Support cytoband bed files starting with "#" (@cmdcolin)
  • Other
    • #5008 Allow parsing non-indexed BED files larger than 512MB (@cmdcolin)
    • #4997 Better message for "quota exceeded" message from localstorage (@cmdcolin)
    • #4974 Minor optimizations in multi-sample variant rendering (@cmdcolin)
    • #4973 Add basic cytoband for Drosophila (@cmdcolin)
    • #4970 Dynamically toggle wheel-scroll normalization to improve touchpad pinch-to-zoom usage (@cmdcolin)

:bug: Bug Fix

  • core
    • #5013 Fix UCSC chain parsing which have header lines (@cmdcolin)
    • #4993 Fix re-export of @mui/material/styles, and re-export theme (@cmdcolin)
    • #4968 Fix theme augmentation for primary/secondary colors in v3.3.0 (@cmdcolin)
  • Other
    • #5004 Fix modifications rendering broken in v3.2.0 (@cmdcolin)
    • #4992 Fix mouseover for some variable width bigwig features (@cmdcolin)
    • #4984 Avoid rendering 'yellow' for low scores in wiggle density renderings with 'log-scale' enabled (@cmdcolin)
    • #4969 Avoid aggregating bigbed features with geneName === 'none' (@cmdcolin)

:memo: Documentation

:house: Internal

Committers: 2

yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 3.3.0

cmdcolin
published 3.3.0 •

Changelog

Source

3.3.0 (2025-04-18)

:rocket: Enhancement

  • core
    • #4956 Add simplified display of REF/ALT to help with long strings produced by e.g. Cactus VCF (@cmdcolin)
    • #4954 Add genotype frequency table to variant feature details (@cmdcolin)
    • #4952 Add 'genotype' column to the Variant sample grid (@cmdcolin)
    • #4944 Show ALT allele description on multi-variant mouseover (@cmdcolin)
    • #4922 Add Multi-variant SV display (@cmdcolin)
  • Other
    • #4950 Add ability to use jexl filters on multi-sample variant displays (@cmdcolin)
    • #4934 Add alpha-transparency to help show overlapping SVs in the Multi-sample variant display (@cmdcolin)
    • #4931 Show target zoom level in tooltip on slider (@cmdcolin)
    • #4930 Upload last release build to https://jbrowse.org/code/jb2/latest (@cmdcolin)
  • app-core, core, embedded-core, product-core, sv-core, web-core

:bug: Bug Fix

  • Other
    • #4929 Fix broken bigbed features when there is gene level aggregation (@cmdcolin)
  • core

:memo: Documentation

  • core
    • #4949 Controlling navigation of embedded component - storybook examples (@cmdcolin)
    • #4924 Add config docs for pre-processors with simplified config snapshots (@cmdcolin)
  • Other

:house: Internal

  • core

Committers: 1

yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 3.2.0

cmdcolin
published 3.2.0 •

Changelog

Source

3.2.0 (2025-03-22)

:rocket: Enhancement

  • core
    • #4919 Add in-app clustering method for multi-wiggle tracks (@cmdcolin)
    • #4909 Add ability to load refNameAliases from chromAliases.bb file (@cmdcolin)
    • #4906 Add in-app clustering method for genotype matrix (@cmdcolin)
  • Other
    • #4914 Allow looking up header column by name for RefNameAliases (@cmdcolin)
    • #4910 Allow refNameColumn in RefNameAliasAdapter to override the default displayed refnames (@cmdcolin)
    • #4907 Simplified snapshot API for initial navigation of LGV (@cmdcolin)
  • app-core, core, product-core, web-core
    • #4899 Add aborting to multi-variant rendering, multi-wiggle rendering (@cmdcolin)

:bug: Bug Fix

  • #4920 Fix issue where multi-level linear synteny view would show a blank tracklist (@cmdcolin)
  • #4913 Fix parent aggregation in BigBed files using larger request window (@cmdcolin)
  • #4905 Fix bug where applying genotype clustering twice produces randomness (@cmdcolin)
  • #4897 Fix clustering for certain sets of bigwig files (@cmdcolin)

Committers: 1

yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 3.1.0

cmdcolin
published 3.1.0 •

Changelog

Source

3.1.0 (2025-03-14)

:rocket: Enhancement

  • Other
    • #4876 Allow inferring default values of adapter urls to simplify config.json (@cmdcolin)
    • #4875 Add sample data from HGSVCv3 to 1000 genomes demo and config_demo (@cmdcolin)
    • #4880 Allow selecting track error messages with click and drag (@cmdcolin)
    • #4882 Allow clustering multi-wiggle tracks on the fly (@cmdcolin)
    • #4874 Use a '012' matrix to improve clustering of genotypes (@cmdcolin)
  • core
    • #4871 Add deletion, insertion, skip, softclip, hardclip to theme (@cmdcolin)
  • app-core, core, product-core

:bug: Bug Fix

Committers: 2

yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 3.0.5

cmdcolin
published 3.0.5 •

Changelog

Source

3.0.5 (2025-03-04)

:bug: Bug Fix

Committers: 1

yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 3.0.4

cmdcolin
published 3.0.4 •

Changelog

Source

3.0.4 (2025-03-01)

:rocket: Enhancement

  • Other
  • core
    • #4854 Add status callback for parsing PAF, BLAST tabular, MashMap files (@cmdcolin)

:bug: Bug Fix

  • core
    • #4862 Fix name indexing failure on jbrowse desktop (@cmdcolin)
    • #4851 Fix NCBI sequence aliases refNameAliases adapter for some sequence_report.tsv files (@cmdcolin)
  • Other
    • #4849 Fix height of Hi-C track, and add adjust-to-height (@cmdcolin)
    • #4845 Fix retrieval of VCF metadata for tooltips in VCF feature details (@cmdcolin)
    • #4842 Fix occasional 1px gap in sequence track (@cmdcolin)

:house: Internal

Committers: 1

yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 3.0.3

Done in 0.44s.

yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 3.0.2

cmdcolin
published 3.0.3 •
cmdcolin
published 3.0.2 •

Changelog

Source

3.0.2 (2025-02-13)

:rocket: Enhancement

  • core
    • #4834 Update ReExports for @jbrowse/core/BaseFeatureDetails (@cmdcolin)
    • #4818 Improve status updating for BamAdapter, CramAdapter (@cmdcolin)
    • #4811 Improvements to the sesson/config warning dialogs (@cmdcolin)
  • Other
    • #4829 Less gappyness at SVG features block boundaries (@cmdcolin)
    • #4828 Additional ?hubURL compat (@cmdcolin)
    • #4827 Improve status updating for BedTabixAdapter, Gff3TabixAdapter, VcfTabixAdapter, BigBedAdapter (@cmdcolin)
    • #4825 Handle multiple jobs with the same name (@garrettjstevens)
    • #4826 Calculate most frequent non-ref allele for multi-variant renderer (@cmdcolin)
    • #4824 Aggregate transcript level features in GTF based on "gene_name" field (@cmdcolin)
    • #4810 Ensure embedded users get the latest semver @gmod/vcf for multi-variant fixes (@cmdcolin)
  • app-core, core

:bug: Bug Fix

  • sv-core
    • #4837 Update @gmod/cram for fixed decoding of some CRAM files (@cmdcolin)
  • Other
    • #4808 Fix random palette color generation for multi-variant colors (@cmdcolin)

:memo: Documentation

:house: Internal

Committers: 2

yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 3.0.1

Done in 0.69s.

yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 3.0.0

cmdcolin
published 3.0.1 •
cmdcolin
published 3.0.0 •

Changelog

Source

3.0.0 (2025-01-29)

:boom: Breaking Change

  • core
  • __mocks__, app-core, core, embedded-core, product-core, sv-core

:rocket: Enhancement

  • Other
  • core, web-core
  • core, product-core
    • #4798 Add more track metadata to UCSC assembly hub loading (@cmdcolin)
  • core
    • #4795 Improved rendering of phased VCF and polyploid VCF in multi-variant view (@cmdcolin)
    • #4792 Allow uploading a sampleTsv file with per-sample metadata for VCF files (@cmdcolin)
    • #4786 Allow opening "synteny tracks" from the default Add track workflow (@cmdcolin)
    • #4785 Allow opening BedGraph et al in the default Add track workflow (@cmdcolin)
    • #4784 Improve UI for choosing query and target assemblies in the "New track" workflow for synteny tracks (@cmdcolin)
    • #4767 Improve load time when multiple tracks use same data file (@cmdcolin)
    • #4750 Add some more lazy loading for smaller bundle size (@cmdcolin)
  • sv-core
    • #4753 Allow launching a single level breakpoint split view focused on the breakends (@cmdcolin)
  • web-core
  • app-core, core
    • #4729 Update cram-js to avoid requesting file size for more CORS compatibility (@cmdcolin)

:bug: Bug Fix

  • Other
    • #4778 Fix GC content calculation consistency across blocks (@cmdcolin)
    • #4773 Fix "Color by CDS" for BED12 features (@cmdcolin)
    • #4771 Fix generating categories for composite tracks in UCSC hubs (@cmdcolin)
    • #4769 Fix facet filter crash (@cmdcolin)
    • #4765 Fix repeat masker track BED interpretation (@cmdcolin)
    • #4764 Fix modifications coverage calculations (@cmdcolin)
    • #4731 Fix naming of subtracks produced by "group by tag" operation (@cmdcolin)
    • #4732 Fix persisting alignments "color by" and "filter by" settings in snapshots/session shares/page reloads (@cmdcolin)
  • core
    • #4776 Fix maximum recursion error in linear synteny view import form (@cmdcolin)
    • #4768 Fix navigation via CIGAR string alignment in synteny view (@cmdcolin)
    • #4766 Fix some bed12 transcripts displaying as bedMethyl features (@cmdcolin)
    • #4727 Fix type confusion where sequence feature details crashes for empty subfeatures (@cmdcolin)
    • #4725 Avoid error on closing draggable dialog and a couple more refactors (@cmdcolin)

:house: Internal

Committers: 2

yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 2.18.0