We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ad722 commit 8edb6c8Copy full SHA for 8edb6c8
1 file changed
tools/gatk4.wdl
@@ -635,6 +635,7 @@ task apply_vqsr {
635
File vcf
636
File vcf_index
637
File recal_file
638
+ File recal_file_index
639
File tranches_file
640
VariantMode mode = VariantMode.SNP
641
String prefix = basename(vcf, ".vcf.gz")
@@ -1031,6 +1032,7 @@ workflow germline_variant_calling_wf {
1031
1032
vcf = genotype_gvcfs.vcf,
1033
vcf_index = genotype_gvcfs.vcf_index,
1034
recal_file = variant_recalibrator.recal_file,
1035
+ recal_file_index = variant_recalibrator.recal_index,
1036
tranches_file = variant_recalibrator.tranches_file,
1037
prefix = prefix + ".vqsr",
1038
}
0 commit comments