-
Notifications
You must be signed in to change notification settings - Fork 0
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
Example of how to manage OMERO scripts install for users #1
Comments
No objections to the above, but before anyone spends too much time on it, I think it would be possible to have: |
@joshmoore Can you explain a bit more what you're thinking here? "no longer need to modify lib/scripts" You mean that the scripting service will use scripts from a different location? |
@joshmoore Are you talking of something like that? |
No, more like: zarr-developers/numcodecs#300 or:
but |
Yeah, the processor.py would make use of |
Hi @Tom-TBT, cc @joshmoore @jburel
This repo is based on the same idea I had for omero-figure at https://github.com/ome/omero-figure/pull/366/files which is to add an omero cli plugin command for uploading scripts.
For this repo, you can do
This will upload all the scripts in https://github.com/will-moore/omero-annotation_scripts/tree/main/src/scripts to OMERO with a path of
/omero/annotation_scripts/
, and if they are already there then they will be updated.This cli plugin was created with https://github.com/ome/cookiecutter-omero-cli-plugin and still has lots of bits not filled out yet.
This is just a proof-of-concept, as an example of a possible way for users to install your scripts.
The text was updated successfully, but these errors were encountered: