From 1cbea603bf6e1b244677a2930310fa1c4b6f3e27 Mon Sep 17 00:00:00 2001 From: jkgoodrich <33063077+jkgoodrich@users.noreply.github.com> Date: Mon, 4 Sep 2023 23:42:26 -0600 Subject: [PATCH] high_ab_hets -> high_ab_hets_by_group --- gnomad_qc/v4/annotations/generate_freq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnomad_qc/v4/annotations/generate_freq.py b/gnomad_qc/v4/annotations/generate_freq.py index 456325d40..e57b7efdf 100644 --- a/gnomad_qc/v4/annotations/generate_freq.py +++ b/gnomad_qc/v4/annotations/generate_freq.py @@ -596,7 +596,7 @@ def combine_freq_hts( farrays=[a_array[i].freq for i in ht_i], fmeta=[g_array[i].freq_meta for i in ht_i], count_arrays={ - "high_ab_hets": [a_array[i].high_ab_hets for i in ht_i], + "high_ab_hets": [a_array[i].high_ab_hets_by_group for i in ht_i], "freq_meta_sample_count": [g_array[i].freq_meta_sample_count for i in ht_i], }, )