Browse Source

Update: add output vep_vcf_summary

master
YaqingLiu 4 years ago
parent
commit
6d9c6370cd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tasks/VEP.wdl

+ 1
- 0
tasks/VEP.wdl View File

output { output {
File norm_vcf = "${basename}.norm.vcf" File norm_vcf = "${basename}.norm.vcf"
File vep_vcf = "${basename}.vep.vcf" File vep_vcf = "${basename}.vep.vcf"
File vep_vcf_summary = "${basename}.vep.vcf_summary.html"
File maf = "${basename}.maf" File maf = "${basename}.maf"
} }
} }

Loading…
Cancel
Save