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
Hello,
We encountered some problems with cooler cload pairs command used like :
cooler cload pairs --zero-based -c1 2 -p1 3 -c2 5 -p2 6 path_to_bins path_to_pairs path_to_cool.
cooler cload pairs --zero-based -c1 2 -p1 3 -c2 5 -p2 6 path_to_bins path_to_pairs path_to_cool
cooler version : 0.9.3 pandas version : 2.0.3
Either we got "'IOHandles' object is not subscriptable" or memory exceeding.
Any tips?
Thanks
The text was updated successfully, but these errors were encountered:
If you can upgrade to pandas 2.1, does it fix the problem?
Sorry, something went wrong.
It has been solved by upgrading pandas! Thanks a lot!
Successfully merging a pull request may close this issue.
Hello,
We encountered some problems with cooler cload pairs command used like :
cooler cload pairs --zero-based -c1 2 -p1 3 -c2 5 -p2 6 path_to_bins path_to_pairs path_to_cool
.cooler version : 0.9.3
pandas version : 2.0.3
Either we got "'IOHandles' object is not subscriptable" or memory exceeding.
Any tips?
Thanks
The text was updated successfully, but these errors were encountered: