mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
switch to queueSize 16 for shh config
This commit is contained in:
parent
0929349303
commit
76a5fcf077
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ singularity {
|
|||
process {
|
||||
executor = 'slurm'
|
||||
queue = 'short'
|
||||
queueSize = 5
|
||||
queueSize = 16
|
||||
}
|
||||
|
||||
params {
|
||||
|
|
Loading…
Reference in a new issue