You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I finished grn -> ctx -> aucell analysis and have an output loom file which I am able to visualize on scope. But I am trying to combine this with my original seurat data for downstream analysis and I am unable to load the loom file due to the following errors. Can you please help me with how I can import this and if there is an alternative way to add this information to seurat object? Thank you very much!
> loom <- open_loom("output_pySCENIC_aucell.loom", mode = "r+")
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: ../../src/hdf5-1.12.1/src/H5F.c in H5Fopen(): line 620: unable to open file
class: HDF5
major: File accessibility
minor: Unable to open file
error #001: ../../src/hdf5-1.12.1/src/H5VLcallback.c in H5VL_file_open(): line 3502: failed to iterate over available VOL connector plugins
class: HDF5
major: Virtual Object Layer
minor: Iteration failed
error #002: ../../src/hdf5-1.12.1/src/H5PLpath.c in H5PL__path_table_iterate(): line 579: can't iterate over plugins in plugin path '(null)'
class: HDF5
major: Plugin for dynamically loaded library
minor: Iteration failed
error #003: ../../src/hdf5-1.12.1/src/H5PLpath.c in H5PL__path_table_iterate_process_path(): line 620: can't open directory: /usr/local/hdf5/lib/plugin
class: HDF5
major: Plugin for dynamically loaded library
minor: Can't open directory or fi
pySCENIC version: [e.g. 0.10.0, use pyscenic -h at the command line]
pyscenic==0.12.0+7.gc120979.dirty
Installation method: Pip
Run environment: Command line
OS: Mac
Package versions: [obtain using pip freeze, conda list, or skip this if using Docker/Singularity]:
Hi,
for me non of the above-mentioned suggestions worked out on a Mac M1, when I switched to a Windows computer I was able to follow mojaveazure/loomR#55.
Hi, I finished grn -> ctx -> aucell analysis and have an output loom file which I am able to visualize on scope. But I am trying to combine this with my original seurat data for downstream analysis and I am unable to load the loom file due to the following errors. Can you please help me with how I can import this and if there is an alternative way to add this information to seurat object? Thank you very much!
pyscenic -h
at the command line]pyscenic==0.12.0+7.gc120979.dirty
pip freeze
,conda list
, or skip this if using Docker/Singularity]:The text was updated successfully, but these errors were encountered: