Closed iwilkie closed 7 months ago
When you run Canu on a grid, it will submit jobs to the grid for you so, even though you launched it in a single node, it will fan out to others as it runs. It handles the resource allocation (mem/threads) for these but won't add time or other options your grid may require (e.g. project). You can specify these other parameters that your grid requires using the gridOptions
parameter: https://canu.readthedocs.io/en/latest/faq.html#how-do-i-run-canu-on-my-slurm-sge-pbs-lsf-torque-system.
Since your genome is pretty small you can also just restrict canu to the single node you launched it on using useGrid=false
.
Thanks for clarifying @skoren! I got it to work now :)
Hi all,
I'm trying to run Canu (v2.2) on some old raw CLR reads. I am running the jobs on a linux server with SLURM. I created an interactive SLURM session and then submitted my Canu line:
I don't really understand why the job fails, it says that the time limit was not provided, but I'm running the job from an interactive SLURM session which has a time limit.
Does anybody have any ideas on how to troubleshoot this issue? I tried digging through previous issues but couldn't find any similar issues, maybe it's a server-side issue?
Thanks in advance, Isa