From e2461ff107d8d070c063ea47a782929e95bebb80 Mon Sep 17 00:00:00 2001
From: JasperBoom <jboom@infernum.nl>
Date: Wed, 11 Nov 2020 10:27:49 +0100
Subject: [PATCH] Fix travis error.

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

diff --git a/smoove.wdl b/smoove.wdl
index cafc6b0..82079b2 100644
--- a/smoove.wdl
+++ b/smoove.wdl
@@ -67,6 +67,6 @@ task Call {
         dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.", category: "advanced"}
 
         # outputs
-        smooveVcf: {description: "Calls and genotyping of structural variants in VCF file."
+        smooveVcf: {description: "Calls and genotyping of structural variants in VCF file."}
     }
 }
-- 
GitLab