We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the following code from the Spatiotemporal trajectory of mouse organogenesis tutorial:
adata = datasets.mosta() adata.obs["time"] = adata.obs["time"].astype("category") adata
Solution:
Navigate to the cache directory:
C:\Users\{username}\.cache\moscot\mosta.h5ad
Delete the mosta.h5ad file
mosta.h5ad
Rerun the code, which will trigger a fresh download
Note: Replace {username} with your actual Windows username.
{username}
If deletion doesn't resolve the issue, you can also:
moscot
h5py
anndata
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error Description
When running the following code from the Spatiotemporal trajectory of mouse organogenesis tutorial:
Solution:
Navigate to the cache directory:
C:\Users\{username}\.cache\moscot\mosta.h5ad
Delete the
mosta.h5ad
fileRerun the code, which will trigger a fresh download
Why This Works
Note: Replace
{username}
with your actual Windows username.Alternative Approach
If deletion doesn't resolve the issue, you can also:
moscot
,h5py
, andanndata
The text was updated successfully, but these errors were encountered: