diff --git a/conf/pipeline/sarek/munin.config b/conf/pipeline/sarek/munin.config index 5265007..e4413f2 100644 --- a/conf/pipeline/sarek/munin.config +++ b/conf/pipeline/sarek/munin.config @@ -16,9 +16,7 @@ params { // Specific nf-core/sarek process configuration process { withLabel:sentieon { - if (params.sentieon) { - module = 'sentieon/201808.05' - container = null - } + module = {params.sentieon ? 'sentieon/201808.05' : null} + container = {params.sentieon ? null : container} } }