diff --git a/samtools.wdl b/samtools.wdl index dd771415684b5cd64db69d95686dbe821e6af720..24d95aa4b4b17a8e2d5eeb6a26c19cebeeeac312 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.",