From 90c0270d1a02c56e28267306138dc0eec4449c81 Mon Sep 17 00:00:00 2001
From: JasperBoom <jboom@infernum.nl>
Date: Tue, 21 Apr 2020 09:21:55 +0200
Subject: [PATCH] Update documentation.

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

diff --git a/samtools.wdl b/samtools.wdl
index 82e82a0..6c52394 100644
--- a/samtools.wdl
+++ b/samtools.wdl
@@ -217,7 +217,7 @@ task Sort {
         sortByName: {description: "Sort the inputBam by read name instead of position.", category: "advanced"}
         memory: {description: "The amount of memory available to the job.", 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"}
-        threads: {description: "The number of threads that need to be added to the task.", category: "advanced"}
+        threads: {description: "The number of additional threads that will be used for this task.", category: "advanced"}
 
         # outputs
         outputSortedBam: {description: "Sorted BAM file."}
-- 
GitLab