ome/napari-ome-zarr

Can't open zarr contains which contains any other than the expected files

tibuch opened this issue · 1 comments

I have a zarr container with the following structure:

container.zarr
    - 0
    - .zattrs
    - .zgroup

I can drag and drop this on napari and the data is opened.

However, if I add just another file like:

container.zarr
    - 0
    - test.txt
    - .zattrs
    - .zgroup

It fails with:

ValueError: Not a zarr dataset or group: /path/to/container.zarr/test.txt

In my opinion the plugin should only look at the files which are defined by the spec and ignore any other files.

Okay, user error 😊

I used the built-in napari opening plugin instead of this one (napari-ome-zarr). After installing the correct plugin and using it, it works as expected! Thank you!