Plugin data fetchers for loading Zarr-based files in HiGlass, allowing genomic data to be stored in object stores like S3 instead of using higlass-server. Current version 0.6.0 (stable, released 2023). Supports multivec and bar track types. Requires manual registration with higlass-register. Key differentiator: enables serverless HiGlass deployment by fetching data directly from cloud storage.
npm install higlass-zarr-datafetchersNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Register the ZarrMultivecDataFetcher plugin with HiGlass and use it in a view config.
Run: npm install zarr
Call register() before new HiGlassComponent()
Configure your Zarr storage bucket to allow cross-origin requests
Ensure your Zarr files follow the multivec specification
npm install zarr
Use 'import { ZarrMultivecDataFetcher } from 'higlass-zarr-datafetchers' instead of default importCall register() with the plugin before creating the HiGlass component