Skip to contents

Validate a multiscale OME-Zarr file

Usage

ome_validate(path, s3_client = NULL)

Arguments

path

Path to the OME-Zarr file.

s3_client

Object created by paws.storage::s3(). Only required for a file on S3. Leave as NULL for a file on local storage.

Value

This function is used for its side-effect and will return an error when passed an invalid OME-Zarr file

Examples

if (FALSE) { # \dontrun{
ome_validate(
  "https://uk1s3.embassy.ebi.ac.uk/idr/zarr/v0.4/idr0076A/10501752.zarr"
)
} # }