nservant / HiC-Pro

HiC-Pro: An optimized and flexible pipeline for Hi-C data processing
Other
382 stars 183 forks source link

HiC-Pro-3.1.0 container: ICE normalization not working #486

Closed salvzzz closed 2 years ago

salvzzz commented 2 years ago

Hi! I have been trying to run the tutorial with the Dixon test dataset but can't solve an issue with ICE.

Raw matrix files look small. Are they supposed to be this size? For instance, for _dixon_2M500000.matrix is just 9KB and contains only 398 rows that look like this 2147483648 2147483649 185. The _dixon2M.allValidPairs is about 7000KB. Why is the last step not working with the test dataset?

I have tried to extract both ice and iced_norm.sh files to run them directly. I provided the above-mentioned matrix file as input and retried, but still the code does not work and - unless there are issues in the code - I suspect that something could be wrong with the input matrix.

Could you help me please? Thank you in advance!

salvzzz commented 2 years ago

Problem Solved. The format of the Chromosome Sizes file was not correct and messed up the matrix. Thanks.