YaqingLiu пре 4 година
родитељ
комит
3b30f15192
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      tasks/depth.wdl

+ 1
- 1
tasks/depth.wdl Прегледај датотеку

@@ -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…
Откажи
Сачувај