Skip to content

Commit 5eae69c

Browse files
fix: GLnexus inputs should be gVCFs, not VCFs (#231) (#232)
1 parent a85c602 commit 5eae69c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

workflows/family.wdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ workflow humanwgs_family {
145145
input:
146146
family_id = family.family_id,
147147
sample_ids = sample_id,
148-
gvcfs = upstream.small_variant_vcf,
149-
gvcf_indices = upstream.small_variant_vcf_index,
148+
gvcfs = upstream.small_variant_gvcf,
149+
gvcf_indices = upstream.small_variant_gvcf_index,
150150
discover_tars = upstream.discover_tar,
151151
aligned_bams = upstream.out_bam,
152152
aligned_bam_indices = upstream.out_bam_index,

0 commit comments

Comments
 (0)