Skip to content
Snippets Groups Projects
Commit 1bea2ffe authored by JasperBoom's avatar JasperBoom
Browse files

Merge https://github.com/biowdl/tasks into BIOWDL-390

parents bc0152e3 f2772fd0
No related branches found
No related tags found
No related merge requests found
......@@ -96,9 +96,9 @@ task Dedup {
output {
File deduppedBam = outputBamPath
File deduppedBamIndex = outputBamIndex
File? editDistance = statsPrefix + "_edit_distance.tsv"
File? umiStats = statsPrefix + "_per_umi.tsv"
File? positionStats = statsPrefix + "_per_umi_per_position.tsv"
File? editDistance = "~{statsPrefix}_edit_distance.tsv"
File? umiStats = "~{statsPrefix}_per_umi.tsv"
File? positionStats = "~{statsPrefix}_per_umi_per_position.tsv"
}
runtime {
......
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