瀏覽代碼

update depth: test

master
YaqingLiu 4 年之前
父節點
當前提交
3b30f15192
共有 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 -aa -b ${bed} ${bam} > ${sample_id}.depth
/opt/conda/bin/samtools depth -b ${bed} ${bam} > ${sample_id}.depth
>>>

runtime {

Loading…
取消
儲存