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
Having difficulty converting h5Seurat to Anndata.
Had similar issues to #27 in the SaveH5Seurat step(), resolved by FindVariableFeatures() suggestion.
Now having issues with the Convert() step:
Convert("data/ut_seurat.h5Seurat",` dest = "h5ad", assay = "RNA", overwrite = T)
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: ../../src/H5Ocopy.c in H5Ocopy(): line 233: unable to copy object
class: HDF5
major: Object header
minor: Unable to copy object
error #001: ../../src/H5Ocopy.c in H5O__copy(): line 286: source object not found
class: HDF5
major: Symbol table
minor: Object not found
error #002: ../../src/H5Gloc.c in H5G_loc_find(): line 422: can't find object
class: HDF5
major: Symbol table
minor: Object not found
error #003: ../../src/H5Gtraverse.c in H5G_traverse(): line 851: internal path traversal failed
class: HDF5
major: Symbol table
minor: Object not found
error #004: ../../src/H5Gtraverse.c in H5G__traverse_real(): line 627: traversal operator failed
class: HDF5
major: Symbol table
minor: Callback failed
error #005: ../../src/H5Gloc.c in H5G__loc_find_cb(): line 378: object 'data' doesn't exist
class: HD
Same error as quoted by Rohit-Satyam in #166. Have tried downgrading to Seurat and SeuratObject v4, also didn't solve the issue.
N.B. I can add the SCT assay, the error is only when I try to add the RNA assay and I need the uncorrected counts in the AnnData object.
Having difficulty converting h5Seurat to Anndata.
Had similar issues to #27 in the SaveH5Seurat step(), resolved by FindVariableFeatures() suggestion.
Now having issues with the Convert() step:
Same error as quoted by Rohit-Satyam in #166. Have tried downgrading to Seurat and SeuratObject v4, also didn't solve the issue.
N.B. I can add the SCT assay, the error is only when I try to add the RNA assay and I need the uncorrected counts in the AnnData object.
The text was updated successfully, but these errors were encountered: