Skip to content

Commit 8edb6c8

Browse files
committed
chore: more undocumented dependencies
1 parent b8ad722 commit 8edb6c8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/gatk4.wdl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,7 @@ task apply_vqsr {
635635
File vcf
636636
File vcf_index
637637
File recal_file
638+
File recal_file_index
638639
File tranches_file
639640
VariantMode mode = VariantMode.SNP
640641
String prefix = basename(vcf, ".vcf.gz")
@@ -1031,6 +1032,7 @@ workflow germline_variant_calling_wf {
10311032
vcf = genotype_gvcfs.vcf,
10321033
vcf_index = genotype_gvcfs.vcf_index,
10331034
recal_file = variant_recalibrator.recal_file,
1035+
recal_file_index = variant_recalibrator.recal_index,
10341036
tranches_file = variant_recalibrator.tranches_file,
10351037
prefix = prefix + ".vqsr",
10361038
}

0 commit comments

Comments
 (0)