From 006a57e0dfd9b5e65c52c6b4501451bb36e75e39 Mon Sep 17 00:00:00 2001 From: JasperBoom <jboom@infernum.nl> Date: Fri, 20 Mar 2020 10:23:36 +0100 Subject: [PATCH] Add missing backslash. --- ccs.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccs.wdl b/ccs.wdl index 2ae54cb..39bb0a1 100644 --- a/ccs.wdl +++ b/ccs.wdl @@ -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"} } -- GitLab