Skip to content

st.io.read_h5ad doesn't work on a previously saved file using st.io.write_h5ad #403

@mejasmi

Description

@mejasmi

I am using Stereopy 1.6.1. After performing clustering, I save the data using st.io.write_h5ad function.
I wanted to read from it later using the st.io.read_h5ad function.
But this is the error message if flavor='scanpy' :
Above error raised while reading key '/cells' of type <class 'h5py._hl.group.Group'> from /.

If I set flavor = 'stereopy' the function executes for a while, then provides this error message:

Image

I even tried using scanpy to read the saved h5ad, but got the same error as the first one.

Currently the Stereopy tool is unusable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions