Explorar el Código

update depth: test

master
YaqingLiu hace 4 años
padre
commit
3b30f15192
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/depth.wdl

+ 1
- 1
tasks/depth.wdl Ver fichero

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

Cargando…
Cancelar
Guardar