Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Wilson <[email protected]>
  • Loading branch information
jkgoodrich and mike-w-wilson authored Sep 30, 2024
1 parent 60d7d73 commit 01c9a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnomad_qc/v4/assessment/calculate_per_sample_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def get_summary_stats_filter_groups_ht(
# less than the maximum AF in the rare_variants_afs list or a grpmax less than the
# maximum grpmax in the rare_variants_grpmax list. Variants with a missing AF or
# grpmax will be also be kept to avoid filtering variants that are found in
# non-popmax populations.
# non-grpmax genetic ancestry groups.
if rare_variant_mode:
idx = [
ht.filter_group_meta.index({k: str(v)}) for k, v in rare_variant_max.items()
Expand Down

0 comments on commit 01c9a4c

Please sign in to comment.