Closed r78v10a07 closed 4 years ago
Hi,
plotting the full matrix is always a trouble maker, simply because the the sparse representation needs to be transformed to a dense one which needs really large amounts of memory. Your output file name states it is a 1 MB resolution matrix, out of experience I am expecting this to work. And the step which requires the memory crashes for requesting just 53.9 GB. Two things to check here:
A_100bins.h5
, could it be that you use a 100kb matrix? Long story short, please check your input.I hope some of these thoughts help.
Best,
Joachim
HI, Thanks for your comment. You are right, the resolution of the matrix was wrong. I corrected and this is working fine. Thanks
Hi, I'm using hicPlotMatrix in a 236 GB RAM machine and it is being killed by the OS due to RAM usage.
My command is:
Any advice to get this done? How much RAM would I need to run all chromosomes?