Mark Keller

Results 215 comments of Mark Keller

See https://github.com/zarr-developers/zarr-python/issues/152

Hi @J-Yash Can you try removing the `data_type` parameter in the `add_file`? This is a minimal example of how the config would look as JSON ```json { "name": "Codeluppi et...

Update: seems like a bug https://github.com/ome/ome-zarr-py/issues/260

Related: we do specify the ome-zarr version in https://github.com/vitessce/vitessce-python/blob/main/pyproject.toml#L36 But perhaps it is not respected when installing other packages at the same time like: ```sh pip install vitessce[all] jupyterlab ```...

Hi @FloWuenne, I definitely would like to add support for the v5 objects, just have not had a chance to look into how the objects changed from v4 to v5....

I implemented the VLen-UTF8 support yesterday https://github.com/keller-mark/pizzarr/pull/55 - Example with a remote anndata-zarr store here https://keller-mark.github.io/pizzarr/articles/remote-anndata.html - feel free to report any issues if you end up trying it out

I have a preliminary implementation working on [this branch](https://github.com/keller-mark/anndataR/tree/keller-mark/zarr) ([compare](https://github.com/scverse/anndataR/compare/main...keller-mark:anndataR:keller-mark/zarr)). Some of the functions emit warnings at the moment but most of the reading/writing tests are passing, as well as...

See https://github.com/r-lib/filelock

Sorry, should have added more context. I was referring to the numpy / python ability to provide a negative step value: ```py import numpy as np a = np.array(range(1, 20))...

Related, are there any spatialdata examples where the X and Y axes of the NGFF metadata are not `"unit": "unit"`? I am trying to figure out how to interpret this...