-
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
Fail on correct-cnv: issue with cooler.balance #6
Comments
Hi, I believe this is a version compatibility issue of cooler, and can be solved by down-grading cooler to 0.8.6. |
Thanks a lot for quick reply! We used cooler 0.8.7 due to problems in installation of 0.8.6, but found a fix via usage of specific fix 0.8.6.post0 version, and indeed this fixed the problem. But I have one more question: by some reason I can not restore duplication confirmed from WGS, RNA-seq (fusion) and hicBreakFinder. Simply, I used the coordinates from WGS result to form the input and show duplication: The following commands were applied after CNV normalisation:
For visualisation inspection I used the corresponding coords from Any suggestions if something was set incorrectly in settings/SV loci assignment? Or should I play with some params? I must note that this segment of duplication actually might be touched by other SV since this a chromothripsis segment, but I wanted simply to start with one example SV. |
Please Check the manual of how to install you package, I couldn't install the packages as the instruction you provided in your github webpage. |
3 similar comments
Please Check the manual of how to install you package, I couldn't install the packages as the instruction you provided in your github webpage. |
Please Check the manual of how to install you package, I couldn't install the packages as the instruction you provided in your github webpage. |
Please Check the manual of how to install you package, I couldn't install the packages as the instruction you provided in your github webpage. |
HI, I have a problem with correct-cnv also. THe log file has the following content: ARGUMENT LIST:Cooler URI = inter_30_10k.coolCNV Profile = cnv.outNumber of Processes = 16Log file name = cnv-norm2.logroot INFO @ 08/16/21 13:16:18: Match CNV segmentation to matrix bins The above exception was the direct cause of the following exception: Traceback (most recent call last): Any idea how to fix it? |
Hi, I have the same issue as @zhangli271828 ... |
Hi, this is a duplicated issue #8 , please make sure you have ran "cooler balance" before "correct-cnv" |
Thank you for your kind comment. Now, it works :) |
Hi!
Checking the tool on the control worked well, but the problem occurred when trying to adjust own data via CNV normalisation. The procedure is further described, focus was on 10Kbp bin size.
Convert raw HiC-pro result into .cool format and then normalize it via cooler:
cooler balance -p 8 -c 10000 11EP22_10000.cool
Next, calculate-cnv, worked well:
calculate-cnv -e MboI -g hg19 -H 11EP22_10000.cool --output 11EP22_10000.cnv --cachefolder cache
Further, CNV segmentation was OK too:
segment-cnv --cnv-file 11EP22_10000.cnv --binsize 10000 --output 11EP22_10000.segmented.cnv --nproc 4
But fail occurred on the correction of COOL file:
correct-cnv --cnv-file 11EP22_10000.segmented.cnv -H 11EP22_10000.cool --nproc 4
Error was the following:
Any ideas what could be the problem? Did I miss some arguments in command? How to fix it? Note that we have specific system on our cluster and installed the packages not via conda, but using local module system trying to follow all versions as close as possible. The cooler version is 0.8.7.
The text was updated successfully, but these errors were encountered: