mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +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.*") {
|
||||
params.single_cpu_mem = 6400.MB
|
||||
|
||||
process {
|
||||
withName:BamQC {
|
||||
cpus = {params.max_cpus}
|
||||
memory = {params.max_memory}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if (hostname ==~ "i.*") {
|
||||
|
|
Loading…
Reference in a new issue