1
0
Fork 0
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:
MaxUlysse 2020-09-25 09:57:50 +02:00
parent 81f910cc95
commit 8c0cc4b9ec

View file

@ -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.*") {