mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 04:23:10 +00:00
Merge pull request #38 from maxibor/master
add queueSize limited to 5 for SHH short queue
This commit is contained in:
commit
37ae0fa3a6
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ singularity {
|
||||||
process {
|
process {
|
||||||
executor = 'slurm'
|
executor = 'slurm'
|
||||||
queue = 'short'
|
queue = 'short'
|
||||||
|
queueSize = 16
|
||||||
}
|
}
|
||||||
|
|
||||||
params {
|
params {
|
||||||
|
|
Loading…
Reference in a new issue