Sfoglia il codice sorgente

update depth: test

master
YaqingLiu 4 anni fa
parent
commit
3b30f15192
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      tasks/depth.wdl

+ 1
- 1
tasks/depth.wdl Vedi File

@@ -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…
Annulla
Salva