-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
cload
bug
#234
Comments
It's a pairix issue as There is a way to override the separator character with something else when creating the pairix index. You can try recreating the index with Btw, you don't need to use pairix. cooler cload pairs (not pairix) can ingest even unsorted pairs data in two passes via mergesort. If you try the first solution, let me know if it works. |
Hi @nvictus Unfortunatly, the first solution did not work. I still have the same errors. btw, it seems that |
Yes, I just noticed that we hard code querying using
Yeah, I'm realizing that it hasn't been advertised well, but it's been around for quite a while!
Unless you want the benefits of the pairix index or you are having performance issues with the two-pass method, no. :) The two-pass method will create a bunch of temporary partial coolers and then merge them.
Thank you! |
Alternative separators will be supported in the next minor version with #398, so I will finally close this. |
Hi,
I'm trying to build cool files from yeast Hi-C data, but it seems that something goes wrong with the chromosome names.
Output cool file is empty because it fails finding the chromosome name in the list of valid pairs.
The same code works without any issue on Human/Mouse data.
Any advice to fix that ?
Many thanks
Nicolas
The text was updated successfully, but these errors were encountered: