mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
add queueSize limited to 5
This commit is contained in:
parent
d95b464e13
commit
0929349303
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ singularity {
|
|||
process {
|
||||
executor = 'slurm'
|
||||
queue = 'short'
|
||||
queueSize = 5
|
||||
}
|
||||
|
||||
params {
|
||||
|
|
Loading…
Reference in a new issue