From 50bdfdb9fe9323e831215826b86fa74b1cc65912 Mon Sep 17 00:00:00 2001 From: Benjamin Wingfield Date: Thu, 14 Mar 2024 17:24:16 +0000 Subject: [PATCH] fix log output --- modules/local/plink2_score.nf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/local/plink2_score.nf b/modules/local/plink2_score.nf index 2e826e52..c5de8910 100644 --- a/modules/local/plink2_score.nf +++ b/modules/local/plink2_score.nf @@ -21,6 +21,7 @@ process PLINK2_SCORE { output: tuple val(meta), path("${output}.{sscore,sscore.zst}"), emit: scores // optional compression path "${output}.sscore.vars", emit: vars_scored + path "${output}.log", emit: log path "versions.yml", emit: versions script: