From df6fe2df5e1276a39eaf6981f86b93d49cbbddda Mon Sep 17 00:00:00 2001
From: cagaser <c.agaser@lumc.nl>
Date: Fri, 14 Aug 2020 16:12:38 +0200
Subject: [PATCH] small fix: change vcf to bcf

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

diff --git a/delly.wdl b/delly.wdl
index efa1bf6..f708f49 100644
--- a/delly.wdl
+++ b/delly.wdl
@@ -28,7 +28,7 @@ task CallSV {
         File bamIndex
         File referenceFasta
         File referenceFastaFai
-        String outputPath = "./delly/delly.vcf"
+        String outputPath = "./delly/delly.bcf"
 
         String memory = "15G"
         Int timeMinutes = 300
-- 
GitLab