From 119e2aca92129ccd520ea4f0d9ab8ca768330e7e Mon Sep 17 00:00:00 2001
From: Cedrick Agaser <47602860+cagaser@users.noreply.github.com>
Date: Wed, 24 Feb 2021 09:26:46 +0100
Subject: [PATCH] Update bcftools.wdl

Co-authored-by: Jasper <jboom@infernum.nl>
---
 bcftools.wdl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bcftools.wdl b/bcftools.wdl
index d01a0c0..4dc4edb 100644
--- a/bcftools.wdl
+++ b/bcftools.wdl
@@ -333,7 +333,7 @@ task View {
         outputPath: {description: "The location the output VCF file should be written.", category: "common"}
         include: {description: "Select sites for which the expression is true (see man page for details).", category: "advanced"}
         exclude: {description: "Exclude sites for which the expression is true (see man page for details).", category: "advanced"}
-		excludeUncalled: {description: "exclude sites without a called genotype (see man page for details).", category: "advanced"}
+        excludeUncalled: {description: "Exclude sites without a called genotype (see man page for details).", category: "advanced"}
         memory: {description: "The amount of memory this job will use.", category: "advanced"}
         timeMinutes: {description: "The maximum amount of time the job will run in minutes.", category: "advanced"}
         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"}
-- 
GitLab