1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 08:29:54 +00:00

Merge pull request #283 from aunderwo/master

change max_time diretcive in the correct place
This commit is contained in:
Phil Ewels 2021-11-19 00:00:52 +01:00 committed by GitHub
commit 15080d958e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,6 @@ process{
process.maxRetries = 5 process.maxRetries = 5
withLabel:process_long { withLabel:process_long {
queue = 'long' queue = 'long'
max_time = 48.h
} }
} }
@ -32,5 +31,5 @@ executor{
params { params {
max_memory = 128.GB max_memory = 128.GB
max_cpus = 64 max_cpus = 64
max_time = 12.h max_time = 48.h
} }