Skip to content

Commit 2cfc4f8

Browse files
fix: add supported compression_codecs, from zarrita-supported codecs
1 parent f21f9f2 commit 2cfc4f8

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

manifests/biongff-viewer.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ capabilities:
88
# Enumeration of OME-Zarr versions that can be loaded
99
ome_zarr_versions: [0.4, 0.5]
1010

11+
# Compression codecs the tool can decode. An empty array `[]` means the tool does not declare codec support — compatibility is unknown rather than unsupported.
12+
compression_codecs:
13+
[
14+
"blosc",
15+
"lz4",
16+
"zstd",
17+
"gzip",
18+
"zlib",
19+
"transpose",
20+
"bytes",
21+
"crc32c",
22+
"vlen-utf8",
23+
"json2",
24+
"bitround",
25+
]
26+
1127
# Are axis names and units respected?
1228
axes: true
1329

0 commit comments

Comments
 (0)