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

Merge pull request #259 from biowdl/samtools

Update parameter meta for samtools
parents 43921519 61ba7355
No related branches found
No related tags found
No related merge requests found
...@@ -367,6 +367,7 @@ task Merge { ...@@ -367,6 +367,7 @@ task Merge {
threads: {description: "Number of threads to use.", category: "common"} threads: {description: "Number of threads to use.", category: "common"}
force: {description: "Equivalent to samtools merge's `-f` flag.", 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"} timeMinutes: {description: "The maximum amount of time the job will run in minutes.", category: "advanced"}
memory: {description: "The amount of memory this job will use.", 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.", dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.",
category: "advanced"} category: "advanced"}
} }
......
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