From 67f85befbaab7fc38b4fbdd379879b829e512f51 Mon Sep 17 00:00:00 2001
From: Cedrick Agaser <47602860+cagaser@users.noreply.github.com>
Date: Mon, 16 Mar 2020 09:55:14 +0100
Subject: [PATCH] Update umi-tools.wdl

Co-Authored-By: DavyCats <davycats.dc@gmail.com>
---
 umi-tools.wdl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/umi-tools.wdl b/umi-tools.wdl
index 0a99d2b..86f5d64 100644
--- a/umi-tools.wdl
+++ b/umi-tools.wdl
@@ -113,10 +113,10 @@ task Dedup {
         inputBamIndex: {description: "The index for the ipnut BAM file.", cateogry: "required"}
         outputBamPath: {description: "The location to write the output BAM file to.", category: "required"}
         statsPrefix: {description: "The prefix for the stats files.", category: "advanced"}
-        umiSeparator: {description: "Seperator for UMI sequence", category: "advanced"}
+        umiSeparator: {description: "Seperator used for UMIs in the read names.", category: "advanced"}
         paired: {description: "Whether or not the data is paired.", category: "common"}
         memory: {description: "The amount of memory required for the task.", 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"}
     }
-}
\ No newline at end of file
+}
-- 
GitLab