Ver código fonte

update depth: test

master
YaqingLiu 4 anos atrás
pai
commit
3b30f15192
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      tasks/depth.wdl

+ 1
- 1
tasks/depth.wdl Ver arquivo

@@ -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 {

Carregando…
Cancelar
Salvar