-
I'm tinkering around with the create_scool function in the cooler library, but it gives me this error.
The |
Beta Was this translation helpful? Give feedback.
Answered by
nvictus
Mar 2, 2024
Replies: 2 comments
-
The bin and pixel tables need to be materialized into dataframes (calling bins[id] = c.bins()[:]
pixels[id] = c.pixels()[:] |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nvictus
-
Problem solved, thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The bin and pixel tables need to be materialized into dataframes (calling
c.bins()
andc.pixels()
return "selectors").