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:
parent
8ae3cba5e3
commit
1e1ca1e96b
1 changed files with 5 additions and 0 deletions
|
@ -42,7 +42,12 @@ process {
|
|||
memory = { 5.GB * task.attempt }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
executor {
|
||||
name = 'pbs'
|
||||
queueSize = 1000
|
||||
pollInterval = '10 sec'
|
||||
}
|
||||
|
||||
params {
|
||||
|
|
Loading…
Reference in a new issue