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}' """ }