From 2030c71134f5dabf5a3b2d4bcc93a62038e65c97 Mon Sep 17 00:00:00 2001 From: N-Hoffmann Date: Wed, 13 Nov 2024 17:14:49 +0100 Subject: [PATCH] Fix bug in QC --- modules/qc/report.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/qc/report.nf b/modules/qc/report.nf index 9fc6cd5..1db4046 100755 --- a/modules/qc/report.nf +++ b/modules/qc/report.nf @@ -23,6 +23,6 @@ process REPORT { -ref ${ref} \ -prefix ${prefix} \ -tx_discovery ${params.tx_discovery} - qc.R ${prefix} ${workflow.manifest.version} ${workflow.getCommandLine} + qc.R ${prefix} ${workflow.manifest.version} '${workflow.commandLine}' """ }