linnarsson-lab / loompy

Python implementation of the Loom file format - http://loompy.org
BSD 2-Clause "Simplified" License
137 stars 36 forks source link

Zarr backend support #139

Open pjb7687 opened 3 years ago

pjb7687 commented 3 years ago

Hello,

I don't know you would like it, but I've made a slightly modified loompy which supports Zarr backend: https://github.com/pjb7687/loompy-zarr

Just wanted to avoid using HDF5 files, caused some headaches for me, e.g. concurrency, file locks, broken files, etc.

slinnarsson commented 3 years ago

Great - thanks! I will put a link in the docs.