We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85c602 commit 5eae69cCopy full SHA for 5eae69c
1 file changed
workflows/family.wdl
@@ -145,8 +145,8 @@ workflow humanwgs_family {
145
input:
146
family_id = family.family_id,
147
sample_ids = sample_id,
148
- gvcfs = upstream.small_variant_vcf,
149
- gvcf_indices = upstream.small_variant_vcf_index,
+ gvcfs = upstream.small_variant_gvcf,
+ gvcf_indices = upstream.small_variant_gvcf_index,
150
discover_tars = upstream.discover_tar,
151
aligned_bams = upstream.out_bam,
152
aligned_bam_indices = upstream.out_bam_index,
0 commit comments