From afe600065e0d94a80ba68bba5f23bed8a9f52293 Mon Sep 17 00:00:00 2001
From: Redmar van den Berg <RedmarvandenBerg@lumc.nl>
Date: Tue, 6 Oct 2020 13:40:44 +0200
Subject: [PATCH] Update samtools.wdl

Co-authored-by: Davy Cats <davycats.dc@gmail.com>
---
 samtools.wdl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samtools.wdl b/samtools.wdl
index dd77141..24d95aa 100644
--- a/samtools.wdl
+++ b/samtools.wdl
@@ -362,7 +362,7 @@ task Merge {
         # inputs
         bamFiles: {description: "The BAM files to merge.", category: "required"}
         outputBamPath: {description: "The location the merged BAM file should be written to.", category: "common"}
-        threads: {description: "Number of threads to use.", category: "common"}
+        threads: {description: "Number of threads to use.", category: "advanced"}
         force: {description: "Equivalent to samtools merge's `-f` flag.", 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.",
-- 
GitLab