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

`post_file_annotation` can now create orphaned `FileAnnotation`s #92

Closed erickmartins closed 10 months ago

erickmartins commented 1 year ago

Description

Currently, post_file_annotation can only create a FileAnnotationattached to an existing object. This update allows for orphaned FileAnnotations too - important to create e.g. Figures.

Note; THIS CHANGES THE FUNCTION SIGNATURE. A few arguments are now optional, and need to come after positional arguments.

Checklist

Docstrings updated, new unit tests added, flake8 passing.

For reviewers