From e6a0b75b4ae05dc2d1203265b3ea53a8c883b203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Guizard?= Date: Wed, 18 Oct 2023 08:18:57 +0100 Subject: [PATCH] update mirtrace ouput directory --- conf/modules.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/modules.config b/conf/modules.config index 556d8509..ba33f736 100644 --- a/conf/modules.config +++ b/conf/modules.config @@ -80,7 +80,7 @@ process { process { withName: 'MIRTRACE_RUN' { publishDir = [ - path: { "${params.outdir}/mirtrace/${meta.id}" }, + path: { "${params.outdir}/mirtrace" }, mode: params.publish_dir_mode, saveAs: { filename -> filename.equals('versions.yml') ? null : filename } ]