1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 16:29:55 +00:00

switch to queueSize 16 for shh config

This commit is contained in:
maxibor 2019-03-20 13:44:13 +01:00
parent 0929349303
commit 76a5fcf077

View file

@ -13,7 +13,7 @@ singularity {
process { process {
executor = 'slurm' executor = 'slurm'
queue = 'short' queue = 'short'
queueSize = 5 queueSize = 16
} }
params { params {