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

update umi-tools.wdl

parent ee6e66be
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ that users understand how the changes affect the new version.
version 5.0.0-dev
---------------------------
+ UMI-tools (dedup): Add tempdir
+ Update BCFTOOLS view: add options for filtering (include, exclude, excludeUncalled).
+ Duphold: add duphold.wdl.
+ Add new wdl file prepareShiny.wdl for creating input files for shiny app.
......
......@@ -126,7 +126,7 @@ task Dedup {
inputBam: {description: "The input BAM file.", categrory: "required"}
inputBamIndex: {description: "The index for the ipnut BAM file.", cateogry: "required"}
outputBamPath: {description: "The location to write the output BAM file to.", category: "required"}
outputBamPath: {description: "Temporary directory.", category: "advanced"}
tmpDir: {description: "Temporary directory.", category: "advanced"}
paired: {description: "Whether or not the data is paired.", category: "common"}
umiSeparator: {description: "Seperator used for UMIs in the read names.", category: "advanced"}
statsPrefix: {description: "The prefix for the stats files.", 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