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

String disk_size String disk_size
command <<< 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 { runtime {

Loading…
Cancel
Save