ome / omero-py

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

omero group add with description #334

Open drjrkuhn opened 2 years ago

drjrkuhn commented 2 years ago

Please add an option for setting a group's description from the CLI. At the moment, I am setting up group descriptions with psql commands.

psql omero -c "UPDATE ExperimenterGroup SET description='Fred Flintstone Lab and Center for Quarry Analysis' WHERE name='Flintstone';"

It would be nice to have this option for the omero CLI and its corresponding ome.omero_user ansible role during deployment.

joshmoore commented 2 years ago

Hi @drjrkuhn,

good point that the omero group command could be updated to include this, but a workaround is to use:

omero obj update ExperimenterGroup:$ID description=foo