Bläddra i källkod

update depth

master
YaqingLiu 4 år sedan
förälder
incheckning
26866121f9
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      tasks/depth.wdl

+ 1
- 1
tasks/depth.wdl Visa fil

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

runtime {

Laddar…
Avbryt
Spara