Skip to content
Snippets Groups Projects
Commit b4e37856 authored by cagaser's avatar cagaser
Browse files

update smoove.wdl

parent e37162e4
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ task Call {
outputDir: {description: "The location the output VCF file should be written.", category: "common"}
sample: {description: "The name of the sample.", category: "required"}
memory: {description: "The memory required to run the programs.", category: "advanced"}
time_minutes: {description: "The maximum duration (in minutes) the tool is allowed to run.", category: "advanced"}
timeMinutes: {description: "The maximum duration (in minutes) the tool is allowed to run.", 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.", 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