-
Notifications
You must be signed in to change notification settings - Fork 16
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
Out of range #66
Comments
Hi! I've encountered the same issue. Have you resolved this issue? |
Hi, this is generally about file formatting and having wrong number of fields in one of the input files. I could help best if you paste a few of the lines from each input file. |
I have an error while running fithic: Command: My input files are created by the hicpro2fithic.py of HiC-Pro_3.1.0 (version), and the output biases file (fithic.biases.gz) is blank every other line, but not in HiC-Pro_2.11.1 (versions). So I wonder if it's the version issue of subscripts (hicpro2fithic.py)? input files: (hicpro2fithic.py of HiC-Pro_3.1.0) chr1 5000 -1 chr1 15000 -1 chr1 25000 -1 chr1 35000 -1 chr1 45000 -1 chr1 55000 -1 zcat fithic.fragmentMappability.gz | head zcat fithic.interactionCounts.gz | head The following input files for fithic are error-free! input files: (hicpro2fithic.py of HiC-Pro_2.11.1) chr1 5000 -1 So is it because of the version issue? |
Blank lines will do it. Please remove all the blank lines and try. I will get in touch with HiCPro developers about this. Or you can post this on their github issues if you don't mind. |
Thanks! It is error-free after removing all the blank lines, but how to avoid the blank lines in the output biases file (fithic.biases.gz) of hicpro2fithic.py from HiC-Pro_3.1.0 (python3)? That's what needs to be resolved. |
I posted it on HiCpro github. They should take care of it soon, an extra \n in Line 87 of the script. Likely got introduced during Python 3 conversion. |
Thanks! That's great! |
thanks."zcat fithic.biases.gz | grep -v '^$' | gzip > fithic.biases2.gz" |
Hi
I have an out of range issue even using the output of hicpro2fithic
Thanks a lot !
The text was updated successfully, but these errors were encountered: