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

File annotations #23

Closed erickmartins closed 3 years ago

erickmartins commented 3 years ago

Adding 3 new functions to deal with File Annotations/Attachments: post_file_annotation, get_file_annotation and get_file_annotation_ids. It should go a long way towards solving #21.