From 9924bd8836146a9e4b94ae9d5b046ba3ef1bc889 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Fri, 13 Dec 2024 14:05:46 +0000 Subject: [PATCH] RE load modules config --- nextflow.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nextflow.config b/nextflow.config index 1052d243..78e1c12b 100644 --- a/nextflow.config +++ b/nextflow.config @@ -633,3 +633,5 @@ validation { afterText = validation.help.afterText } } + +includeConfig 'conf/modules.config'