HiCExplorer icon indicating copy to clipboard operation
HiCExplorer copied to clipboard

ValueError: not enough values to unpack (expected 3, got 0)

Open guo-cheng opened this issue 2 years ago • 0 comments

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 main() File "/public1/home/ligch/miniconda3/lib/python3.9/site-packages/hicexplorer/hicFindTADs.py", line 1346, in main ft.compute_spectra_matrix() File "/public1/home/ligch/miniconda3/lib/python3.9/site-packages/hicexplorer/hicFindTADs.py", line 1109, in compute_spectra_matrix res = pool.map_async(func, TASKS).get(9999999) File "/public1/home/ligch/miniconda3/lib/python3.9/multiprocessing/pool.py", line 771, in get raise self._value ValueError: not enough values to unpack (expected 3, got 0)

guo-cheng avatar Jul 18 '23 01:07 guo-cheng