Ver código fonte

alter output

master
YaqingLiu 3 anos atrás
pai
commit
375ec0fb1a
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      tasks/annovar.wdl

+ 2
- 2
tasks/annovar.wdl Ver arquivo

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

Carregando…
Cancelar
Salvar