mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
code polishing
This commit is contained in:
parent
81f910cc95
commit
8c0cc4b9ec
1 changed files with 1 additions and 1 deletions
|
@ -14,13 +14,13 @@ def hostname = "hostname".execute().text.trim()
|
||||||
|
|
||||||
if (hostname ==~ "r.*") {
|
if (hostname ==~ "r.*") {
|
||||||
params.single_cpu_mem = 6400.MB
|
params.single_cpu_mem = 6400.MB
|
||||||
|
|
||||||
process {
|
process {
|
||||||
withName:BamQC {
|
withName:BamQC {
|
||||||
cpus = {params.max_cpus}
|
cpus = {params.max_cpus}
|
||||||
memory = {params.max_memory}
|
memory = {params.max_memory}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hostname ==~ "i.*") {
|
if (hostname ==~ "i.*") {
|
||||||
|
|
Loading…
Reference in a new issue