Skip to content
Snippets Groups Projects
Unverified Commit 67f85bef authored by Cedrick Agaser's avatar Cedrick Agaser Committed by GitHub
Browse files

Update umi-tools.wdl


Co-Authored-By: default avatarDavyCats <davycats.dc@gmail.com>
parent 3fa03e0c
Branches add_UMI_separator
No related tags found
No related merge requests found
......@@ -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
}
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