From 310d63dad04aefc24ae4ebb9a67f2ba1be1ba2a6 Mon Sep 17 00:00:00 2001
From: Ruben Vorderman <r.h.p.vorderman@lumc.nl>
Date: Thu, 26 Mar 2020 10:36:37 +0100
Subject: [PATCH] Update bwa.wdl

Co-Authored-By: Jasper <jboom@infernum.nl>
---
 bwa.wdl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bwa.wdl b/bwa.wdl
index 1ada039..fec2b09 100644
--- a/bwa.wdl
+++ b/bwa.wdl
@@ -144,7 +144,7 @@ task Kit {
         threads: {description: "The number of threads to use for alignment.", category: "advanced"}
         sortThreads: {description: "The number of additional threads to use for sorting.", category: "advanced"}
         sortMemoryPerThread: {description: "The amount of memory for each sorting thread.", category: "advanced"}
-        compressionLevel: {description: "The compression level of the output BAM", category: "advanced"}
+        compressionLevel: {description: "The compression level of the output BAM.", category: "advanced"}
         memory: {description: "The amount of memory this job will use.", 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