ソースを参照

alter output

master
YaqingLiu 3年前
コミット
375ec0fb1a
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      tasks/annovar.wdl

+ 2
- 2
tasks/annovar.wdl ファイルの表示

@@ -36,7 +36,7 @@ task annovar {

output {
File avinput = "${basename}.avinput"
File others_txt = "${basename}.${hg}_others.txt"
File others_vcf = "${basename}.${hg}_others.vcf"
File multianno_txt = "${basename}.${hg}_multianno.txt"
File multianno_vcf = "${basename}.${hg}_multianno.vcf"
}
}

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