Przeglądaj źródła

update depth

master
YaqingLiu 4 lat temu
rodzic
commit
26866121f9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      tasks/depth.wdl

+ 1
- 1
tasks/depth.wdl Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz