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

adds `get_comment_annotation_ids`, `get_comment_annotation`, `post_comment_annotation` #79

Closed erickmartins closed 1 year ago

erickmartins commented 1 year ago

Description

Three functions that replicate functionality that already exists for MapAnnotations, but for CommentAnnotations.

Checklist

Tests, flake8, mypy type hint checks passing.

For reviewers