Replies: 2 comments 1 reply
|
Hello and thank you for your question. I also have had issues with Python in general and Scarf in detail. If you read this line in the error message you likely have your answer. I assume you wanted to use the obs row names. But Scarf actually expects a column with this information. I hope this helps you! |
1 reply
|
Since this is a bug. I have moved this discussion here: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi! I saw the recent paper in Nat Comm and the scarf package looks great! I have a large scRNA-seq dataset and I am interested in switching some of our pipelines over from Seurat/Scanpy to Scarf. However, I am running into an error when converting anndata to zarr file formats.
I am using an example anndata file:
The code I am running is:
And the final error is for writer.dump():
Here is the full output:
Any suggestions would be appreciated. Thanks in advance!
-Andrew Marderstein
All reactions