TheJacksonLaboratory / ezomero

A module with convenience functions for writing Python code that interacts with OMERO.
GNU General Public License v2.0
39 stars 13 forks source link

[FEATURE] Add description to ezimport #74

Closed abhamacher closed 1 year ago

abhamacher commented 1 year ago

Hello everyone,

I realized that with ezomero.post_image it's possible to add a "description" to the new image but with ezomero.ezimport it's not. Would it be possible to add this parameter to ezimport as well? Or is there another way I could add/ modify the image description with ezomero?

Thanks in advance Anna

erickmartins commented 1 year ago

Hi Anna,

I think putting that into ezimport might be complicated - especially in cases where a single import can generate multiple images in OMERO. post_image gets away with it because we know it will generate a single image. Having a put_image_description function sounds feasible to me - I'll leave the issue open for that.

mellertd commented 1 year ago

merged, but we still need to build docs

erickmartins commented 1 year ago

Included in release 2.1.0.