ome / omero-py

Python project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
20 stars 33 forks source link

import --fetch-jars: allow direct link #303

Closed joshmoore closed 2 years ago

joshmoore commented 2 years ago

see: https://github.com/ome/omero-py/pull/162/files#r494801779

allows usage such as:

omero import --fetch-jars https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build/lastSuccessfulBuild/artifact/src/target/OMERO.java-5.6.3-150-65ec95d-ice36-b940.zip

Useful for testing:

omero import -f /tmp/a.ome.zarr/.zgroup

with https://github.com/ome/openmicroscopy/pull/6292

joshmoore commented 2 years ago

Testable today with:

omero import --fetch-jars https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-build/lastSuccessfulBuild/artifact/src/target/OMERO.java-5.6.3-126-105026f-ice36-b948.zip
joshmoore commented 2 years ago

I'll get those changes pushed, but I assume a) it can be a patch release and b) it's no rush until Zarr is included as you mention.

joshmoore commented 2 years ago

A minor rabbit hole here in the readability of long argument descriptions..

joshmoore commented 2 years ago

Updated, @sbesson