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 {
$pbspro {
queueSize = 50
}
$pbspro {
queueSize = 50
}
$local {
cpus = 2
queueSize = 1
memory = '32 GB'
}
$local {
cpus = 2
queueSize = 1
memory = '32 GB'
}
}
singularity {
@ -34,4 +34,4 @@ process {
executor = 'pbspro'
}
}

View file

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