From 7a2be2edd248edfd5111ed015e84c87038db46a7 Mon Sep 17 00:00:00 2001 From: Cedrick Agaser <47602860+cagaser@users.noreply.github.com> Date: Wed, 8 Apr 2020 09:52:01 +0200 Subject: [PATCH] Update smoove.wdl Co-Authored-By: DavyCats <davycats.dc@gmail.com> --- smoove.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoove.wdl b/smoove.wdl index d883cd6..e1f83f3 100644 --- a/smoove.wdl +++ b/smoove.wdl @@ -62,7 +62,7 @@ task CallSV { referenceFastaFai: {description: "Fasta index (.fai) file of the reference.", category: "required" } 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"} + memory: {description: "The memory required to run the programs.", 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"} } } -- GitLab