Skip to content

Commit

Permalink
Fix bug in QC
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Hoffmann committed Nov 13, 2024
1 parent c887300 commit 2030c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/qc/report.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
"""
}

0 comments on commit 2030c71

Please sign in to comment.