deeptools / HiCExplorer

HiCExplorer is a powerful and easy to use set of tools to process, normalize and visualize Hi-C data.
https://hicexplorer.readthedocs.org
GNU General Public License v3.0
233 stars 70 forks source link

No module named 'hic2cool' #903

Open sanjin725 opened 3 months ago

sanjin725 commented 3 months ago

when I install by gitclone,and try hicConvertFormat -h have this error, Traceback (most recent call last): File "/gpfs/home/pxx/soft/anaconda3/bin/hicConvertFormat", line 4, in from hicexplorer.hicConvertFormat import main File "/gpfs/home/pxx/soft/anaconda3/lib/python3.11/site-packages/hicexplorer/hicConvertFormat.py", line 8, in from hic2cool import hic2cool_convert ModuleNotFoundError: No module named 'hic2cool'

joachimwolff commented 3 months ago

Have you installed the dependencies as listed in requirements.txt?