Sébastien Besson

Results 278 comments of Sébastien Besson

Pretty certain this is the result of this being one of the few OMERO plugins to use `setuptools_scm` (which internally writes the version) - see https://github.com/search?q=org%3Aome+setuptools_scm&type=code. I think the current...

I suspect the OMERO path needs to check the existence of of the target Zarr folder and report an informative message to the user to what is implemented in the...

For individual images https://github.com/ome/omero-cli-zarr/pull/76 should take care of the OMERO rendering metadata transformation both with/without the `--bf` flag. For plates, the logic should be in place when using the OMERO...

A couple of additional notes from the discussion of this morning: 1. the OME model unambiguously specifies empty values of TheZ and/or TheT means the shape should apply to all...

Another candidate vocabulary would be [SoftwareApplication](https://schema.org/SoftwareApplication). This is also the vocabulary suggested in https://www.researchobject.org/ro-crate/1.0/#provenance-software-used-to-create-files. The example above could be translated into: ``` "@context": "https://schema.org", "@type": "SoftwareApplication", "name": "omero-cli-zarr", "version": "0.0.2.dev79+gb361c09"...

https://github.com/ome/omero-cli-zarr/issues/48#issuecomment-902003430 is a use case where there is a one-to-one mapping between the software and the specification i.e. ``` multiscales -> bioformats2raw omero -> omero-cli-zarr ``` So although it could...

Cross-linking to https://github.com/ome/ome-zarr-py/issues/203 where a similar question was raised. From https://github.com/ome/ome-zarr-py/issues/203#issuecomment-1139740732 it looks like the configuration might be possible at the level of the underlying `fsspec` library

Should https://github.com/ome/napari-ome-zarr/blob/main/setup.py also include the `ome_zarr` dependency?

So should these files have been updated as part of https://github.com/ome/omero-documentation/pull/2252 ?

Thanks @zeissmicroscopy for the report. I can reproduce both using the converter and the command-line `bioformats2raw` utility (both `0.6.0` as well as the latest `0.6.1` release) so I am migrating...