-
Notifications
You must be signed in to change notification settings - Fork 48
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
Error when converting h5Seurat to h5ad #162
Comments
I also have this issue. I'm thinking it's v5 related? |
I have the same error! |
Same here! |
I haven't reslove the problem, but the files can be converted by another tool named SCP. |
Thanks for the tip! I'll try that!
…On Tue, Jan 16, 2024 at 1:34 PM zoan128 ***@***.***> wrote:
I haven't reslove the problem, but the files can be converted by another
tool named SCP.
https://link.zhihu.com/?target=https%3A//github.com/zhanghao-njmu/SCP
—
Reply to this email directly, view it on GitHub
<#162 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BEZNLDJA7K24SXU4QGB35VDYOZXVXAVCNFSM6AAAAAA4F2HF4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJTGY2TINJWGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
*Cecilia Pessoa Rodrigues PhD*
|
Thank you |
Same issue here, even though I don't have Seurat v5 |
I also have this issue with a Seurat v5 object. |
Not using Seurat V5, but I do have this issue as well. |
same issue here, on Seurat v4 |
Hey all, I found the solution here, you have to convert Seurat V5 back to V3 first |
Convert("I:/result/csph-skuh/csph-skuh/csph.h5Seurat",overwrite = T,dest = "h5ad")
Validating h5Seurat file
Adding data from RNA as X
Error in assay.group$obj_copy_to(dst_loc = dfile, dst_name = "X", src_name = x.data) :
HDF5-API Errors:
error #000: D:/a/rtools-packages/rtools-packages/mingw-w64-hdf5/src/hdf5-1.8.16/src/H5Ocopy.c in H5Ocopy(): line 259: source object not found
class: HDF5
major: Symbol table
minor: Object not found
error #1: D:/a/rtools-packages/rtools-packages/mingw-w64-hdf5/src/hdf5-1.8.16/src/H5Gloc.c in H5G_loc_find(): line 430: can't find object
class: HDF5
major: Symbol table
minor: Object not found
error #2: D:/a/rtools-packages/rtools-packages/mingw-w64-hdf5/src/hdf5-1.8.16/src/H5Gtraverse.c in H5G_traverse(): line 861: internal path traversal failed
class: HDF5
major: Symbol table
minor: Object not found
error #3: D:/a/rtools-packages/rtools-packages/mingw-w64-hdf5/src/hdf5-1.8.16/src/H5Gtraverse.c in H5G_traverse_real(): line 641: traversal operator failed
class: HDF5
major: Symbol table
minor: Callback failed
error #4: D:/a/rtools-packages/
The text was updated successfully, but these errors were encountered: