Browse Source

update depth: test

master
YaqingLiu 4 years ago
parent
commit
3b30f15192
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/depth.wdl

+ 1
- 1
tasks/depth.wdl View File

@@ -8,7 +8,7 @@ task depth {
String disk_size
command <<<
/opt/conda/bin/samtools depth -aa -b ${bed} ${bam} > ${sample_id}.depth
/opt/conda/bin/samtools depth -b ${bed} ${bam} > ${sample_id}.depth
>>>

runtime {

Loading…
Cancel
Save