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:
parent
3824403b4e
commit
17cf4e3b35
2 changed files with 18 additions and 19 deletions
|
@ -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'
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue