Sébastien Besson
Sébastien Besson
# What this PR does The current version (2.4.0) was released in December 2015. Since then three releases have been made including CVE fixes and some features. Ivy 2.5+ requires...
This issue summarizes the current known issues associated with running OMERO.server under a JDK 17 environment and discusses a set of workarounds and proposed changes. ## State of Java support...
## Status The gallery UI work carried in `prod67` (see https://github.com/openmicroscopy/design/issues/100 and [image.sc post](https://forum.image.sc/t/idr-update-includes-gallery-of-imaging-data/26729)) also drove the re-annotation of published IDR studies. In particular the `Study Type` and `Study Public...
The only thing I'd have to check is if there are any situations where the single read is significantly faster, though I assume it's a time v. space issue. _Originally...
Fixes #85 Makes the minimal set of changes allowing to re-use the existing infrastructure with bioformats2raw 0.5.0rc2 to generate OME-NGFF including: - bioformats2raw writing OME-NGFF HCS as defined by the...
`omero zarr export` can write OME-NGFF from OMERO images using either `bioformats2raw` or `ome-zarr-py` depending on whether the `--bf` flag is passed. As of the 0.3.0 release, `omero-cli-zarr` will write...
See https://github.com/IDR/idr-zarr-tools/pull/1 for the original discussion. While driving the export of IDR datasets, some wrapper scripts have been written on top of `bioformat2raw 0.2.x` to handle the bioformats2raw Zarr group...
I could imagine having a method for setting arbitrary `bioformats2raw` properties: ``` --bf:max_workers= ``` _Originally posted by @joshmoore in https://github.com/ome/omero-cli-zarr/pull/76#discussion_r692772657_ Could even go as far as --bf2raw-config= with an INI...
Since the migration to readthedocs, it looks like the `property` Sphinx directive which used to refer to the relevant section within the configuration glossary page is partly broken. Compare for...
See https://github.com/ome/omero-documentation/pull/2253 Two separate files seem to hardcode the set of component versions and need to be maintained in sync. I assume only one of them is effectively in use...