YaqingLiu 4 лет назад
Родитель
Сommit
26866121f9
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      tasks/depth.wdl

+ 1
- 1
tasks/depth.wdl Просмотреть файл

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

Загрузка…
Отмена
Сохранить