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

`put_description` implemented #78

Closed erickmartins closed 1 year ago

erickmartins commented 1 year ago

Description

This adds a put_description function that can edit descriptions in a number of objects.

Checklist

New function has docstrings, unit tests and was flake8ed

For reviewers

erickmartins commented 1 year ago

This covers issue #74 .