Closed sbesson closed 1 year ago
Confirming the error with 0.11.2, see below
With this PR, I get
omero metadata populate --context bulkmap --cfg ~/Downloads/simple-annotation-bulkmap-config.yml --batch 100 Dataset:117
Using session for user-1@localhost:4064. Idle timeout: 10 min. Current group: group1
INFO:omero_metadata.populate:Created/linked 100 MapAnnotations (total 100)
INFO:omero_metadata.populate:Created/linked 65 MapAnnotations (total 165)
and indeed, the MapAnnotations are created as expected:
LGTM
Pushed another commit with the changelog entry if we are happy with an immediate 0.11.2 @jburel @joshmoore
@jburel do you have any timeline for making a release of this plugin (and/or would you like me to do it)? I think it would be valuable to upgrade the version of the plugin deployed on prod114
so that we can test the whole annotation workflow with the new pandas functionality on the next studies. /cc @dominikl
@sbesson your suggestion to deploy the plugin on prod114
makes sense.
If you can take care of the release, that will be great
This PR attempts to fix a regression introduced as part of https://github.com/ome/omero-metadata/pull/67 which was primarily tested with the
omero metadata populate
commandTo reproduce, run a workflow composed of a table population followed by a bulk annotation -> map annotation population, for instance as described with https://omero-guides.readthedocs.io/en/latest/upload/docs/metadata.html.
With the current release of
omero-metadata 0.11.1
, the second step should fail with and error of typeWith this PR included, both population steps should successfully complete.
Given the regression, I would propose to schedule this in an upcoming patch release
0.11.2
(possibly together with #79)