Closed davisidarta closed 5 years ago
From error 003 in the output:
error message = 'Permission denied'
Check to ensure you have read and write permissions (since you're opening in r+
mode) to the loom file.
Hello
I have quite the same issue while running the create
function of loomR :
loomR::create("file.loom",
data = as.matrix(raw_expression_matrix),
cell.attrs = transcriptome_metadata,
gene.attrs = NULL,
do.transpose = TRUE, overwrite = TRUE)
But I don't really understand your reply
Check to ensure you have read and write permissions (since you're opening in
r+
mode) to the loom file.
I think I cannot apply to my case. Here is the complete error message :
Error in H5File.open(filename, mode, file_create_pl, file_access_pl) :
HDF5-API Errors:
error #000: ../../../src/H5F.c in H5Fcreate(): line 522: unable to create file
class: HDF5
major: File accessibilty
minor: Unable to open file
error #001: ../../../src/H5Fint.c in H5F_open(): line 1024: unable to truncate a file which is already open
class: HDF5
major: File accessibilty
minor: Unable to open file
Can you help me please ?
Best, Lea
Hello everyone
I'm trying to connect to a loom file in order to extract counts for further analysis. However, when I run connect(), I get the following error output:
I have already installed and reinstalled hdf5, both in the rocker/tidyverse docker image in which I'm running RStudio and in our local cluster operating system (I'm running a Ubuntu 18.10.04 LTS). I've never had this error before.
Any insights on what this could be?