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! |
Beta Was this translation helpful? Give feedback.
-
Since this is a bug. I have moved this discussion here: |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions