Closed giesselmann closed 3 years ago
Hi, can anyone help? We're still stuck in processing our samples due to the runtime limit. Pay
Hi @giesselmann! Sorry didn't see this before. Could you post your complete config file?
Hi, it's online the posted line: process { withLabel: 'BamQC' { time = '96h' }} We're currently trying the same with 'withName'. I'm not familiar with nextflow at all, sorry. Thanks for help, Pay
ah yes, it should work with:
process{
withName:'BamQC'{
time = '96.h'
}
}
--max_time --max-cpus
etc. only sets a maximum to prevent nextflow to request more than for example available on your cluster, but does not increase the resources for an individual process. There is a bit of documentation here https://nf-co.re/usage/configuration?q=--max_cpus#max-resources
It does, thanks for the support!
Hi there!
I have a problem running the sarek pipeline, the bamQC jobs get canceled after a day and I'm failing to increase the runtime either via command line or config file.
Check Documentation
I have checked the following places for your error:
Description of the bug
I'm running the pipeline with either
or a config file:
Ressources of the machine seem to be correctly determined:
And bamQC is almost making it, before getting cancled after 1d of runtime (last line from job output):
Steps to reproduce
Steps to reproduce the behaviour:
Expected behaviour
I assumed either command line or config file should be able to change the bamQC runtime.
Log files
Have you provided the following extra information/files:
.nextflow.log
file nextflow.logSystem
Nextflow Installation
Container engine
Additional context