Closed bsierieb1 closed 3 years ago
It seems that your grid is killing meryl due to a memory error but from the log it doesn't look like it exceeded memory. We've seen cases where slurm configurations don't appropriately manage memory causing this type of issue. You can check the failed job history on your grid to confirm how much memory it requested and used.
An option given this is HiFi data and a relatively small genome is to run Canu on a single node. Add useGrid=false
to the canu command and submit it to the grid, reserving a full compute node (any of your 48-core nodes is fine).
Adding useGrid=False
circumvented the issue, thanks a lot, Sergey!
Hi, I've been running canu with the following parameters:
Here is
canu.out
:And the end of the
meryl-count.4133579_2.out
:Could you please help with any tips? Thanks!