Explorar el Código

Update: add output vep_vcf_summary

master
YaqingLiu hace 3 años
padre
commit
6d9c6370cd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      tasks/VEP.wdl

+ 1
- 0
tasks/VEP.wdl Ver fichero

@@ -98,6 +98,7 @@ task VEP {
output {
File norm_vcf = "${basename}.norm.vcf"
File vep_vcf = "${basename}.vep.vcf"
File vep_vcf_summary = "${basename}.vep.vcf_summary.html"
File maf = "${basename}.maf"
}
}

Cargando…
Cancelar
Guardar