Hi, I'm getting this error when running hicCorrectMatrix:
wm06b-74e:~ mtegtmey$ hicCorrectMatrix correct --matrix ~/Desktop/0514d28_10000_norm.cool --correctionMethod KR --outFileName ~/Desktop/0514d28_corrected.cool
Traceback (most recent call last):
File "/Users/mtegtmey/miniconda3/bin/hicCorrectMatrix", line 4, in
from hicexplorer.hicCorrectMatrix import main
File "/Users/mtegtmey/miniconda3/lib/python3.7/site-packages/hicexplorer/hicCorrectMatrix.py", line 17, in
from krbalancing import *
ModuleNotFoundError: No module named 'krbalancing'
Hi, I'm getting this error when running hicCorrectMatrix:
wm06b-74e:~ mtegtmey$ hicCorrectMatrix correct --matrix ~/Desktop/0514d28_10000_norm.cool --correctionMethod KR --outFileName ~/Desktop/0514d28_corrected.cool Traceback (most recent call last): File "/Users/mtegtmey/miniconda3/bin/hicCorrectMatrix", line 4, in
from hicexplorer.hicCorrectMatrix import main
File "/Users/mtegtmey/miniconda3/lib/python3.7/site-packages/hicexplorer/hicCorrectMatrix.py", line 17, in
from krbalancing import *
ModuleNotFoundError: No module named 'krbalancing'
I'm using HiCExplore version 3.4.3
Thanks!
Matt