ezomero icon indicating copy to clipboard operation
ezomero copied to clipboard

A module with convenience functions for writing Python code that interacts with OMERO.

Results 5 ezomero issues
Sort by recently updated
recently updated
newest added

## Description The PR implements getters for `Screen`, `Plate`, `Run`, and `Well`, in the same style as the `Project`, `Dataset`, and `Image` getters. I implemented tests to cover the new...

## Description Hello Eric, I want to propose a function to list objects attached to tags `get_object_ids_by_tag` Also includes a parameter describing how multiple tags should be combined according to...

I've been trying the post table and it feels a bit unnatural to me to pass list of rows, probably because I was previously using the API. I had worked...

It would be useful to have a `verbose` option for `connect` that tells you (i.e. stdout) from where the login information is coming. Maybe also print the values (besides password)

**Is your feature request related to a problem? Please describe.** Right now (as of PR #58), `post_table()` cannot do cross-group posting - that is specifically because the `OriginalFile` created for...