Browse Source

新思

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

+ 3
- 3
tasks/Dedup.wdl View File

@@ -9,9 +9,9 @@ task Dedup {
command <<<
set -o pipefail
set -e
/src/Bismark-0.18.2/deduplicate_bismark -p --bam ./$input
outputdir= dirname ${unsorted_bam}
cp ${outputdir} ./
cp ${unsorted_bam} ./
input = basename ${unsorted_bam}
/src/Bismark-0.18.2/deduplicate_bismark -p --bam ./$input
>>>
runtime {
docker:docker

Loading…
Cancel
Save