Browse Source

tags/v1.0
linzipeng 6 years ago
parent
commit
b6ecdecd9c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/Dedup.wdl

+ 1
- 1
tasks/Dedup.wdl View File

@@ -11,7 +11,7 @@ task Dedup {
set -e
cp ${unsorted_bam} ./
input = basename ${unsorted_bam}
/src/Bismark-0.18.2/deduplicate_bismark -p --bam ./$input
/src/Bismark-0.18.2/deduplicate_bismark -p --bam ./${input}
>>>
runtime {
docker:docker

Loading…
Cancel
Save