ソースを参照

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 {

読み込み中…
キャンセル
保存