Entering edit mode
3.2 years ago
Lekshmy
▴
10
I have been trying to open a loom file which was produced by converting seurat object to loom.Using the following command:
loom <- open_loom(loomPath)
It is showing the following error :
Error in H5File.open(filename, mode, file_create_pl, file_access_pl) :
It is not possible to open the file.
HDF5-API Errors:
error #000: c:/msys64/home/Jeroen/hdf5-1.8.16/src/H5F.c in H5Fopen(): line 591: invalid file name
class: HDF5
major: Invalid arguments to routine
minor: Bad value
I also tried to connect to loomfile.It is also showing sam error.
What is going wrong?
Hello, Did you find a solution in the end?