1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-24 17:19:54 +00:00

Incorporating executor options

This commit is contained in:
SPearce 2022-08-31 15:35:57 +01:00
parent 8ae3cba5e3
commit 1e1ca1e96b

View file

@ -42,7 +42,12 @@ process {
memory = { 5.GB * task.attempt }
}
}
executor {
name = 'pbs'
queueSize = 1000
pollInterval = '10 sec'
}
params {