@@ -21,8 +21,8 @@ task Annovar { | |||
} | |||
output { | |||
File avinput = "${sample}.avinput" | |||
File multianno_txt = "${sample}.hg19_multianno.txt" | |||
File multianno_vcf = "${sample}.hg19_multianno.vcf" | |||
File multianno_txt = "${sample}.hg38_multianno.txt" | |||
File multianno_vcf = "${sample}.hg38_multianno.vcf" | |||
} | |||
} |
@@ -39,9 +39,9 @@ workflow {{ project_name }} { | |||
input: | |||
docker=hardfiltration_docker, | |||
sample=sample, | |||
vcf_index=Haplotyper.vcf_index, | |||
vcf_index=Haplotyper.vcf_idx, | |||
disk_size=disk_size, | |||
vcf_file=Haplotyper.vcf_file, | |||
vcf_file=Haplotyper.vcf, | |||
cluster_config=cluster_config | |||
} | |||
call Annovar.Annovar as Annovar { |