From e6a811c164670a92aa6c8e2739d3972db8be4d39 Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Fri, 20 Dec 2024 12:50:26 +0000 Subject: [PATCH] update template 3.1.0 --- nextflow.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nextflow.config b/nextflow.config index ec7ac5bb..d994c7dc 100644 --- a/nextflow.config +++ b/nextflow.config @@ -518,3 +518,6 @@ validation { afterText = validation.help.afterText } } + +// Load modules.config for DSL2 module specific options +includeConfig 'conf/modules.config'