Hi,
There is a known error in HicDetectLoop function from Hicexplorer. When I run it, I have this error message :
Traceback (most recent call last):
File “/usr/local/tools/_conda/envs/__hicexplorer@3.7.2/bin/hicDetectLoops”, line 4, in
from hicexplorer.hicDetectLoops import main
File “/usr/local/tools/_conda/envs/__hicexplorer@3.7.2/lib/python3.10/site-packages/hicexplorer/hicDetectLoops.py”, line 22, in
from hicexplorer.lib import cnb
File “/usr/local/tools/_conda/envs/__hicexplorer@3.7.2/lib/python3.10/site-packages/hicexplorer/lib/init.py”, line 2, in
from .tadClassifier import TADClassifier
File “/usr/local/tools/_conda/envs/__hicexplorer@3.7.2/lib/python3.10/site-packages/hicexplorer/lib/tadClassifier.py”, line 41, in
from cleanlab.classification import LearningWithNoisyLabels
ImportError: cannot import name ‘LearningWithNoisyLabels’ from ‘cleanlab.classification’ (/usr/local/tools/_conda/envs/__hicexplorer@3.7.2/lib/python3.10/site-packages/cleanlab/classification.py)
Which seems to be an error already identified : can't use hicDetectLoops · Issue #810 · deeptools/HiCExplorer · GitHub, due to a cleanlab version.
Do you think it can be fixed?
Thanks in advance for your help
Thibaut