From 25b632719b82f7e03e4151f9a39a63409af78112 Mon Sep 17 00:00:00 2001 From: atrigila <18577080+atrigila@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:59:56 +0000 Subject: [PATCH] fix: include modules config --- nextflow.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nextflow.config b/nextflow.config index db933107..01ce8a60 100644 --- a/nextflow.config +++ b/nextflow.config @@ -108,6 +108,8 @@ params { // Load base.config by default for all pipelines includeConfig 'conf/base.config' +// Load modules.config by default for all pipelines +includeConfig 'conf/modules.config' profiles { debug {