Procházet zdrojové kódy

alter output

master
YaqingLiu před 3 roky
rodič
revize
375ec0fb1a
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      tasks/annovar.wdl

+ 2
- 2
tasks/annovar.wdl Zobrazit soubor

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

Načítá se…
Zrušit
Uložit