diff --git a/samtools.wdl b/samtools.wdl index c155f0260d336b79dc52f3be8440f4a5b84e2e7d..dd771415684b5cd64db69d95686dbe821e6af720 100644 --- a/samtools.wdl +++ b/samtools.wdl @@ -362,6 +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"} 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.",