From 9a81f0d7ab8e1e32bf7ef504b939f873b5d9036d Mon Sep 17 00:00:00 2001
From: DavyCats <davycats.dc@gmail.com>
Date: Fri, 10 Aug 2018 14:23:02 +0200
Subject: [PATCH] fix SortVcf

---
 picard.wdl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/picard.wdl b/picard.wdl
index 87243a1..4a73bc3 100644
--- a/picard.wdl
+++ b/picard.wdl
@@ -403,7 +403,7 @@ task SortVcf {
         SortVcf \
         I=~{sep=" I=" vcfFiles} \
         ~{"SEQUENCE_DICTIONARY=" + sequenceDict} \
-        O=outputVcf
+        O=~{outputVcf}
     }
 
     output {
-- 
GitLab