From 53ab5ee34f8c49b6b050dcb413d52f7399cb9fdd Mon Sep 17 00:00:00 2001 From: praveenraj2018 <43108054+praveenraj2018@users.noreply.github.com> Date: Tue, 21 Dec 2021 15:21:59 +0100 Subject: [PATCH] Updated sentieon version through a new module file A local module file has been created to run the latest version of Sentieon. Doing this change, as the new version of Sentieon has only a dependency library update, hence it should not break the Sentieon pipeline. Tested locally with a test.conf having the new process block. --- 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 7276a27..6a73b8c 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/201911.00' : null} + module = {params.sentieon ? 'sentieon/202112.00' : null} container = {params.sentieon ? null : container} } }