-
Notifications
You must be signed in to change notification settings - Fork 10
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
Error during running dcHiC #3
Comments
Hello, Can you list your O/E correlation matrix directory and check that it has all of these files? For example, in "mm8WF-1_mat", there should be these files: mm8WF-1_mat
chr1.matrix
chr2.matrix
chr3.matrix
... I believe this error is occurring because dcHiC can't find the O/E matrices it is looking for (and am updating the runtime script to catch this error in a clearer way in the future). All of them should be in the format ("chr__.matrix"). Also, check that the chromosomes in chr.txt match the chromosomes ("chr__.matrix") in the directory. |
Dear @ay-lab Yes, here is the matrix files in your mentioned directory. I also checked the chromosomes in chr.txt. Although the command failed, it also created two empty directory (
Best wishes, |
Hello, Ah! In the -chrFile, instead of formatting like this... chr10
chr11
...
X Don't include the "chr" tags: 10
11
...
X |
Dear all, Thank you. It is Ok now. Best wishes, |
Dear all,
When running dcHiC, an error occurred to me, likes following:
my command is as following:
python /path/dchic.py -res 100000 -inputFile input.txt -chrFile chr.txt -input 2 -genome mm10 -alignData /mm10/goldenpathData -keepIntermediates 1 -blacklist /mm10/mm10-blacklist.v2.bed
Best wishes,
Zheng zhuqing
The text was updated successfully, but these errors were encountered: