Skip to content
Snippets Groups Projects
Commit 35bc2ba3 authored by van den Berg's avatar van den Berg
Browse files

Add parameter meta for threads

parent afac85df
No related branches found
No related tags found
No related merge requests found
......@@ -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.",
......
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