Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions example.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@

viewer:
name: "MyDataViewer"
version: "2.3.1"
repo: "https://github.com/org/viewer"
template_url: "https://example.com/viewer?url={DATA_URL}"

capabilities:
# Enumeration of OME-Zarr versions that can be loaded
ome_zarr_versions: [0.4, 0.5]

# Compression codecs the tool can decode. An empty array `[]` means the tool does not declare codec support — compatibility is unknown rather than unsupported.
compression_codecs: ["blosc", "zstd", "gzip"]

# Which additional RFCs are supported?
rfcs_supported: [5, 9]

Expand Down
52 changes: 52 additions & 0 deletions manifests/biongff-viewer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
viewer:
name: "BioNGFF Viewer"
version: "0.1.0"
repo: "https://github.com/BioNGFF/biongff-viewer"
template_url: "https://biongff.github.io/biongff-viewer/?source={DATA_URL}"

capabilities:
# Enumeration of OME-Zarr versions that can be loaded
ome_zarr_versions: [0.4, 0.5]

# Compression codecs the tool can decode. An empty array `[]` means the tool does not declare codec support — compatibility is unknown rather than unsupported.
compression_codecs:
[
"blosc",
"lz4",
"zstd",
"gzip",
"zlib",
"transpose",
"bytes",
"crc32c",
"vlen-utf8",
"json2",
"bitround",
]

# Are axis names and units respected?
axes: true

# Are scaling factors respected on multiscales?
scale: false

# Are translation factors respected on multiscales (including subpixel offsets for lower scale levels)?
translation: false

# Does the tool support multiple channels?
channels: true

# Does the tool support multiple timepoints?
timepoints: true

# Are labels loaded when available?
labels: true

# Are HCS plates loaded when available?
hcs_plates: true

# Does the viewer handle multiple images in a bioformats2raw layout?
bioformats2raw_layout: true

# Is the OMERO metadata used to e.g. color the channels?
omero_metadata: true