Explorar el Código

alter output

master
YaqingLiu hace 3 años
padre
commit
375ec0fb1a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      tasks/annovar.wdl

+ 2
- 2
tasks/annovar.wdl Ver fichero

@@ -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"
}
}

Cargando…
Cancelar
Guardar