You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
multiprocessing.pool.RemoteTraceback:
"""Traceback (most recent call last): File "/home/lid/miniconda3/lib/python3.7/multiprocessing/pool.py", line 121, in worker result = (True, func(*args, **kwds)) File "/home/lid/miniconda3/lib/python3.7/multiprocessing/pool.py", line 44, in mapstar return list(map(*args)) File "/home/lid/miniconda3/lib/python3.7/site-packages/deeptools/heatmapper.py", line 174, in compute_sub_matrix_wrapper return heatmapper.compute_sub_matrix_worker(*args) File "/home/lid/miniconda3/lib/python3.7/site-packages/deeptools/heatmapper.py", line 585, in compute_sub_matrix_worker sub_matrix[j, :] = coverageValueError: could not broadcast input array from shape (11000,) into shape (4400,)"""
How should I solve this problem?
Thanks a lot
The text was updated successfully, but these errors were encountered:
Hello:
When I run
computeMatrix
I got the error:
How should I solve this problem?
Thanks a lot
The text was updated successfully, but these errors were encountered: