Closed arslan9732 closed 4 months ago
Decreasing the number of threads (merylThreads=16
or 8 or 32 are good values) will reduce the number of files opened at the same time.
Increasing the memory limit (it looks like merylMemory=16
might be used here) will reduce the number of files generated.
I suggest merylThreads=16 merylMemory=40
.
Apologies for the delay.
Hi, I am using
canu-v2.2
to assemble a plant genome using the following command on SGE system.It is always failing at meryl step. I looked into the last log file created by canu
CANU_NG/correction/0-mercounts/meryl-count.2.out
, I found these lines at the end of the file:There are 6 meryl directories in
CANU_NG/correction/0-mercounts/
folder:And this error is only for
CANU_NG.02.meryl.WORKING
, others were successfully completed. There are 3456 files in this folder.Could you please let me know, how to solve this error? Thanks