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

improved get_im_ids #33

Closed mellertd closed 3 years ago

mellertd commented 3 years ago

Description

This addressed issue #2

Added ability to search for im ids by project and plate (in addition to dataset and well, which were there previously).

Added ability to filters lists of image ids based on kv pair and tag.

Also improved some tests and code style.

For reviewers

erickmartins commented 3 years ago

Looks good to me! Squashing and merging.