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
I am currently re-processing a published Mouse HiC dataset that uses a 3 enzyme protocol (CviQI, CviAII, and BfaI). CviQI and BfaI have the same dangling sequence (TA) and it looks like this causes an error when using hicBuildMatrix.
The error occurs on line 284 of hicPrepareQCreport.py, when the params dictionary is converted to a pandas dataframe. This raises ValueError: arrays must all be same length as the dangling end TA key now has 2 entries ('dangling end TA': [3665, 0]).
The fact that the second entry has a count of 0 may be inevitable and simply redundant but I am not sure? Perhaps then it would be simple enough just to skip the second entry entirely - this is how I have solved this temporarily.
HiCExplorer (v3.6) Python (v3.8.8)
Thanks,
Stephen
The text was updated successfully, but these errors were encountered:
Hi,
I am currently re-processing a published Mouse HiC dataset that uses a 3 enzyme protocol (CviQI, CviAII, and BfaI). CviQI and BfaI have the same dangling sequence (TA) and it looks like this causes an error when using hicBuildMatrix.
The error occurs on line 284 of hicPrepareQCreport.py, when the
params
dictionary is converted to a pandas dataframe. This raisesValueError: arrays must all be same length
as thedangling end TA
key now has 2 entries ('dangling end TA': [3665, 0]
).The fact that the second entry has a count of 0 may be inevitable and simply redundant but I am not sure? Perhaps then it would be simple enough just to skip the second entry entirely - this is how I have solved this temporarily.
HiCExplorer (v3.6) Python (v3.8.8)
Thanks,
Stephen
The text was updated successfully, but these errors were encountered: