Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to open HDF5 file. #197

Open
cmullen2-web opened this issue Aug 9, 2024 · 0 comments
Open

Unable to open HDF5 file. #197

cmullen2-web opened this issue Aug 9, 2024 · 0 comments

Comments

@cmullen2-web
Copy link

Hello,
I was wondering if someone could help me:

I am trying to open my raw_feature_bc_matrix for a sample by using Read10x_h5. I have been able to do this for the raw feature matrices for my other three scRNA-Seq samples but I keep encountering this error message.

Error in H5File.open(filename, mode, file_create_pl, file_access_pl) :
HDF5-API Errors:
error #000: ../../src/H5F.c in H5Fopen(): line 620: unable to open file
class: HDF5
major: File accessibility
minor: Unable to open file

error #001: ../../src/H5VLcallback.c in H5VL_file_open(): line 3501: failed to iterate over available VOL connector plugins
    class: HDF5
    major: Virtual Object Layer
    minor: Iteration failed

error #002: ../../src/H5PLpath.c in H5PL__path_table_iterate(): line 578: can't iterate over plugins in plugin path '(null)'
    class: HDF5
    major: Plugin for dynamically loaded library
    minor: Iteration failed

error #003: ../../src/H5PLpath.c in H5PL__path_table_iterate_process_path(): line 712: can't open directory
    class: HDF5
    major: Plugin for dynamically loaded library
    minor: Can't open directory or file

error #004: ../../src/H5VLcallback.c in H5VL__file_open(): line 3351: open failed
    class: HDF5
    major: Virtu

I have checked that the path to the file exists (which it does) and have checked my working directory (as similar errors have mentioned that it may mean the WD has changed). The HDF5 file is not open in another R session etc.
Any advice would be appreciated!
Chris

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant