-
Notifications
You must be signed in to change notification settings - Fork 52
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
cooler cload error on pairs file from ONT reads #428
Comments
Is it possible your |
Yes, there was an error in my sizes file. thanks! I'm running into a subsequent error running
|
It looks like you named your initial file These are good edge cases to catch. What ended up being the issue with your chromsizes file? |
Ah, yes, that resolved the error. Thanks for your help answering beginner questions! The issue with my chromsize was the chromosome names didn't match: I was using RefSeq chr name, and my sizes file had Genbank. |
Hi, I'm trying to convert a pairs file generated from long-read sequencing data into a cooler matrix and running into a similar error reported in #251. I've tried doing the suggested
csort
+cload pairix
workaround, but the pairix file generated is empty. I'm wondering if it could have to do with the fact that my reference genome has a small, single chromosome? The .pairs file is generated from processed bam files coercing paired-end organization on to single-end ONT reads, but the format looks OK.I'd appreciate any troubleshooting suggestions!
pairs file:
cooler cload pairs
returns:The text was updated successfully, but these errors were encountered: