SCENIC
SCENIC copied to clipboard
Why don't the loom file be opened
loom=open_loom(loomPath, mode='r') Error in H5File.open(filename, mode, file_create_pl, file_access_pl) : HDF5-API Errors: error #000: ../../src/hdf5-1.10.0-1/src/H5F.c in H5Fopen(): line 579: unable to open file class: HDF5 major: File accessibilty minor: Unable to open file
error #001: ../../src/hdf5-1.10.0-1/src/H5Fint.c in H5F_open(): line 1208: unable to read superblock
class: HDF5
major: File accessibilty
minor: Read failed
error #002: ../../src/hdf5-1.10.0-1/src/H5Fsuper.c in H5F__super_read(): line 443: truncated file: eof = 26403075, sblock->base_addr = 0, stored_eof = 26409219
class: HDF5
major: File accessibilty
minor: File has been truncated
Hi,I have the same problem.
Hi, I also have such problem.
+1
Hi, I also have the same problem.
Here is the full codes:
file <- system.file("extdata", "example.loom", package = "SCopeLoomR")
loom <- SCopeLoomR::open_loom(file, "r+")