From 323fa6c9f3e61542d29f7776323ecf5ea4db8f1a Mon Sep 17 00:00:00 2001 From: Venkat Malladi Date: Fri, 13 Sep 2024 17:40:04 +0000 Subject: [PATCH] Update path to differentiate between two yml mappings. --- modules/local/multiqc_mappings_config/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/multiqc_mappings_config/main.nf b/modules/local/multiqc_mappings_config/main.nf index 8efe1caa..5d809e52 100644 --- a/modules/local/multiqc_mappings_config/main.nf +++ b/modules/local/multiqc_mappings_config/main.nf @@ -10,7 +10,7 @@ process MULTIQC_MAPPINGS_CONFIG { path csv output: - path "*yml" , emit: yml + path "*config.yml" , emit: yml path "versions.yml", emit: versions script: