-
Notifications
You must be signed in to change notification settings - Fork 16
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
ZI drivers + Rarr implementation #57
base: main
Are you sure you want to change the base?
Conversation
Additional changes: * Add `make help` default target * Quiet `mvn` builds * Send status messages to stderr * Run all commands from the IMPL directory
Various updates.
|
Locally I'm now seeing this:
I will likely need to add a few
Still trying to track that down if anyone has seen it before. |
8460460
to
135a9e5
Compare
`mamba` in the github action prints additional information leading to errors: ``` + export 'CONDA_EXE= mamba version : 1.5.8 /usr/share/miniconda/bin/conda' + CONDA_EXE=' mamba version : 1.5.8 /usr/share/miniconda/bin/conda' + . mamba version : 1.5.8 /usr/share/miniconda/etc/profile.d/conda.sh ++ import re import-im6.q16: unable to open X server `' @ error/import.c/ImportImageCommand/346. ```
I'd propose getting this merged and then start adding in other implementations including converters like https://github.com/glencoesoftware/zarr2zarr and https://github.com/LDeakin/zarrs_tools cc: @MSanKeys963 @sbesson |
Would having a page like https://zarr.dev/tools and listing the converters make sense? |
Eventually. Let's get some more of the testing done first though. |
cc: @perlman |
In an attempt to:
This PR: