Browse Source

alter output

master
YaqingLiu 3 years ago
parent
commit
375ec0fb1a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tasks/annovar.wdl

+ 2
- 2
tasks/annovar.wdl View File



output { output {
File avinput = "${basename}.avinput" 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"
} }
} }

Loading…
Cancel
Save