Quellcode durchsuchen

update depth: test

master
YaqingLiu vor 4 Jahren
Ursprung
Commit
3b30f15192
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      tasks/depth.wdl

+ 1
- 1
tasks/depth.wdl Datei anzeigen

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

Laden…
Abbrechen
Speichern