ValueError: not enough values to unpack (expected 3, got 0)
Hi All! When i use hicFindTADs, the following error:
multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/public1/home/ligch/miniconda3/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/public1/home/ligch/miniconda3/lib/python3.9/multiprocessing/pool.py", line 48, in mapstar return list(map(*args)) File "/public1/home/ligch/miniconda3/lib/python3.9/site-packages/hicexplorer/hicFindTADs.py", line 173, in compute_matrix_wrapper return compute_matrix(*args) File "/public1/home/ligch/miniconda3/lib/python3.9/site-packages/hicexplorer/hicFindTADs.py", line 345, in compute_matrix chrom, chr_start, chr_end = zip(*positions_array) ValueError: not enough values to unpack (expected 3, got 0) """
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/public1/home/ligch/miniconda3/bin/hicFindTADs", line 7, in