-
Notifications
You must be signed in to change notification settings - Fork 4
unable to download file using the zarr format #289
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
Comments
In addition, not adding to a |
@dvantwisk Apologies, the readme needs to be updated. The matrix service does not currently provide support for zarr file outputs and defaults to loom. cc @mckinsel @brianraymor |
Do you plan on adding the zarr format in the future? |
Hey @dvantwisk , we don't currently have concrete plans to return zarr-formatted matrices. That said, if users ask for it, we can do it. Do you need them in bioconductor? I thought there wasn't much of an R interface to zarr. |
We have found another way to do what we need to have done without zarr files, so it doesn’t seem like we need to be able to get them from the matrix service. Originally we were going to create a package for zarr, but it doesn't seem like it's needed for the time being and is being put on hold. I think this issue can be closed for now. |
I am attempting to download the bundles:
from the expression matrix service specifying the
matrix/format
aszarr
. This gives me a 400 error. The README.md states that doing this should be possible https://github.com/HumanCellAtlas/matrix-service#file-formats but the swagger api doesn't seem to acceptzarr
is an option https://matrix.staging.data.humancellatlas.org/ :Does (or will) the expression matrix service provide zarr files?
Message me back if you need a more concrete example, as I am currently using
HCAMatrixBrowser
from Bioconductor to create the request.The text was updated successfully, but these errors were encountered: