From edaad1cd18c552ecd9958eae73801a1516048262 Mon Sep 17 00:00:00 2001 From: Praveen Raj S <43108054+praveenraj2018@users.noreply.github.com> Date: Thu, 7 Apr 2022 12:36:01 +0200 Subject: [PATCH] Update: sentieon version Sentieon version has been updated to 202112.02. --- conf/pipeline/sarek/munin.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/pipeline/sarek/munin.config b/conf/pipeline/sarek/munin.config index 6a73b8c..77f76f0 100644 --- a/conf/pipeline/sarek/munin.config +++ b/conf/pipeline/sarek/munin.config @@ -23,7 +23,7 @@ params { // Specific nf-core/sarek process configuration process { withLabel:sentieon { - module = {params.sentieon ? 'sentieon/202112.00' : null} + module = {params.sentieon ? 'sentieon/202112.02' : null} container = {params.sentieon ? null : container} } }