1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-24 17:19:54 +00:00

fixed indents

This commit is contained in:
Combiz Khozoie 2020-12-18 15:34:56 +00:00
parent 3824403b4e
commit 17cf4e3b35
2 changed files with 18 additions and 19 deletions

View file

@ -13,15 +13,15 @@ params {
} }
executor { executor {
$pbspro { $pbspro {
queueSize = 50 queueSize = 50
} }
$local { $local {
cpus = 2 cpus = 2
queueSize = 1 queueSize = 1
memory = '32 GB' memory = '32 GB'
} }
} }
singularity { singularity {
@ -34,4 +34,4 @@ process {
executor = 'pbspro' executor = 'pbspro'
} }

View file

@ -13,15 +13,15 @@ params {
} }
executor { executor {
$pbspro { $pbspro {
queueSize = 50 queueSize = 50
} }
$local { $local {
cpus = 2 cpus = 2
queueSize = 1 queueSize = 1
memory = '32 GB' memory = '32 GB'
} }
} }
singularity { singularity {
@ -41,5 +41,4 @@ process {
queue = 'pqmedbio-large' queue = 'pqmedbio-large'
} }
}
}