Skip to content
Snippets Groups Projects
Unverified Commit afe60006 authored by van den Berg's avatar van den Berg Committed by GitHub
Browse files

Update samtools.wdl


Co-authored-by: default avatarDavy Cats <davycats.dc@gmail.com>
parent 28bd67e6
No related branches found
No related tags found
No related merge requests found
......@@ -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.",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment