I am very new to InMap and I would really appreciate your help on these issues:
I followed the tutorial (2019) to access the SR matrix directly from Amazon S3. However, I encountered an issue with the zarr.open function:
The error message I’m getting is:
TypeError: Unsupported type for store_like: 'FSMap'
I searched online and also tried using AI tools to resolve this, but nothing has worked so far. I suspect this might be a version compatibility issue with Zarr. Have you encountered this issue before? If so, could you let me know which version of Zarr you used when using this code? Any suggestions on how to resolve it would be greatly appreciated.
Since I was unable to access the matrix directly from Amazon S3, I tried the alternative approach of accessing it from local files. I downloaded the isrm_v1.2.1.zip file, extracted it, and found isrm_v1.2.1.ncf. However, I ran into issues opening it using:
Since the extracted file was not in .zarr format, I attempted to convert the .ncf file, but I’m not sure if that’s the right approach. The conversion wasn’t successful. Is there an available Zarr format of the SR matrix, or am I missing something? Thank you for your help!