Skip to content
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

Add 'batch' option to set command #35

Closed
wants to merge 1 commit into from

Conversation

dominikl
Copy link
Member

@dominikl dominikl commented Dec 2, 2019

Replaces closed PR #33

Adds a --batch option to the set command.

Test:
Get rendering settings from an image:

./omero -s merge-ci-devspace.openmicroscopy.org render info --style yaml Image:123 >> rend.yml

Then apply it to a whole Dataset, Project or whatever (with compatible images).

Example:

time ./omero -s merge-ci-devspace.openmicroscopy.org render set Dataset:3192 rend.yml
2.11s user 0.68s system 5% cpu 49.045 total

time ./omero -s merge-ci-devspace.openmicroscopy.org render set --batch 10 Dataset:3192 rend.yml
1.84s user 0.48s system 33% cpu 6.857 total

Needs ome/omero-py#129 to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant