Skip to content

Commit

Permalink
high_ab_hets -> high_ab_hets_by_group
Browse files Browse the repository at this point in the history
  • Loading branch information
jkgoodrich committed Sep 5, 2023
1 parent 0ebf517 commit 1cbea60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnomad_qc/v4/annotations/generate_freq.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
},
)
Expand Down

0 comments on commit 1cbea60

Please sign in to comment.