@@ -228,6 +228,7 @@ workflow humanwgs_family {
228228 'read_quality_median' : downstream .stat_read_quality_median ,
229229 'mapped_read_count' : downstream .stat_mapped_read_count ,
230230 'mapped_percent' : downstream .stat_mapped_percent ,
231+ 'mean_gap_compressed_identity' : downstream .stat_mean_gap_compressed_identity ,
231232 'mean_depth' : upstream .stat_mean_depth ,
232233 'inferred_sex' : upstream .inferred_sex ,
233234 'stat_phased_basepairs' : downstream .stat_phased_basepairs ,
@@ -267,18 +268,19 @@ workflow humanwgs_family {
267268 File msg_file = consolidate_stats .messages
268269
269270 # bam stats
270- Array [File ] bam_statistics = downstream .bam_statistics
271- Array [File ] read_length_plot = downstream .read_length_plot
272- Array [File ?] read_quality_plot = downstream .read_quality_plot
273- Array [File ] mapq_distribution_plot = downstream .mapq_distribution_plot
274- Array [File ] mg_distribution_plot = downstream .mg_distribution_plot
275- Array [String ] stat_num_reads = downstream .stat_num_reads
276- Array [String ] stat_read_length_mean = downstream .stat_read_length_mean
277- Array [String ] stat_read_length_median = downstream .stat_read_length_median
278- Array [String ] stat_read_quality_mean = downstream .stat_read_quality_mean
279- Array [String ] stat_read_quality_median = downstream .stat_read_quality_median
280- Array [String ] stat_mapped_read_count = downstream .stat_mapped_read_count
281- Array [String ] stat_mapped_percent = downstream .stat_mapped_percent
271+ Array [File ] bam_statistics = downstream .bam_statistics
272+ Array [File ] read_length_plot = downstream .read_length_plot
273+ Array [File ?] read_quality_plot = downstream .read_quality_plot
274+ Array [File ] mapq_distribution_plot = downstream .mapq_distribution_plot
275+ Array [File ] mg_distribution_plot = downstream .mg_distribution_plot
276+ Array [String ] stat_num_reads = downstream .stat_num_reads
277+ Array [String ] stat_read_length_mean = downstream .stat_read_length_mean
278+ Array [String ] stat_read_length_median = downstream .stat_read_length_median
279+ Array [String ] stat_read_quality_mean = downstream .stat_read_quality_mean
280+ Array [String ] stat_read_quality_median = downstream .stat_read_quality_median
281+ Array [String ] stat_mapped_read_count = downstream .stat_mapped_read_count
282+ Array [String ] stat_mapped_percent = downstream .stat_mapped_percent
283+ Array [String ] stat_mean_gap_compressed_identity = downstream .stat_mean_gap_compressed_identity
282284
283285 # merged, haplotagged alignments
284286 Array [File ] merged_haplotagged_bam = downstream .merged_haplotagged_bam
0 commit comments