-
Notifications
You must be signed in to change notification settings - Fork 14
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
ARC export option #68
Comments
Hi Christoph, I'm excited folks are enthusiastic about this tool! I think, in a perfect world where I created omero-cli-transfer in a more modular way from scratch, this would be a plugin - but right now a regular PR into the main omero-cli-transfer codebase (with optional dependencies) probably makes more sense. Let me know if you need any help from my end! |
OK, cool, then I'll start implementing the "--arc" option for omero-cli-transfer. I am happy that you support that idea! One question regarding running integration tests on my local machine: I want to run tests on my local installation to be able to debug interactively. I started an omero test server with I copied the ice.config from the docker container to a local folder. Then I run tests with setting environment variables for ICE CONFIG and OMERODIR:
I have to set the OMERODIR environment variable, but the omero server runs inside the docker container. So I just set an existing "fake" directory as OMERODIR, which is working for most of the tests, but not for all of them. |
You shouldn't need any of that - simply running |
Great, thank you! |
Closing this as complete. |
@erickmartins
We are right now starting a project to implement export of OMERO data to ARC format. I am assigned to implement the code, @pzentis from CECAD imaging facility leads this project as part of NFDI4BIOIMAGE
More details about the project here: https://forum.image.sc/t/exciting-freelance-opportunities-extend-omero-functionality/86637
Apart from the question how to map OMERO data to an ARC, there is the question how to make the exporter available.
From our side there are two ideas how we could implement the tool:
omero transfer pack --arc
, where arc dependencies could be optionally installed with omero-cli-transferpip install omero-cli-transfer[arc]
The ARC exporter is just the first step, for next year an importer from ARC to OMERO is also planned.
I you think it is a good idea, to extend omero-cli-tranfer to transfer data from OMERO to ARC repositories and vice versa, I am happy to follow this path and submit a pull request within the next month.
All the best
Christoph
The text was updated successfully, but these errors were encountered: