-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix getAnnotationCounts Acquisition #299 #518
Conversation
Replace acquisition by plateacquisition expected by manager.getBatchAnnotationCounts
for more information, see https://pre-commit.ci
Just to comment on my change, I ended up adding the fix to omeroweb.webclient.views.batch_annotate. For test on merge-ci, is it possible to upload that plate from the IDR? I want to look more into the plate-acquisition object to make use of it. I could have some more changes coming in the future, so the test plate could be useful for me later 😇 |
Yes, but it does not end as expected. Instead, I have something more simple for you. I spared the effort though by finding a similar ome-xml plate as in https://downloads.openmicroscopy.org/images/OME-XML/2016-06/ and importing it to merge-ci. See https://merge-ci.openmicroscopy.org/web/webclient/?show=plate-12161 - user-3. Let me know if it fits. For reference and to give you the possibility to adjust @Tom-TBT or produce your own samples, the PlateAcquisitions are defined in the abovementioned ome-xml as
|
Thanks @pwalczysko for that.
|
I imported a 96-well, 3-PlateAcquisitions plate into merge-ci https://merge-ci.openmicroscopy.org/web/webclient/?show=plate-12205 |
Was able to repeat both the bug (withoiut this PR, on merge-ci) and the fix (with this PR, on merge-ci). |
Fix of #299
Replace acquisition by plateacquisition expected by manager.getBatchAnnotationCounts
Also reuse the existing objs loaded at the beginning of omeroweb.webclient.views.batch_annotate, as it should stay the same.
Avoid loading the objects twice.