Skip to content
Snippets Groups Projects
Commit 006a57e0 authored by JasperBoom's avatar JasperBoom
Browse files

Add missing backslash.

parent 0e668512
Branches KG-295
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ task CCS {
--num-threads ~{cores} \
~{"--report-file " + outputPrefix + ".ccs.report.txt"} \
~{"--log-file " + outputPrefix + ".ccs.stderr.log"} \
~{subreadsFile}
~{subreadsFile} \
~{outputPrefix + ".ccs.bam"}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment