Skip to content

Commit

Permalink
Make group ids match the dot syntax of the top level popmax pop id
Browse files Browse the repository at this point in the history
  • Loading branch information
theferrit32 committed Oct 5, 2023
1 parent 2e28477 commit 84a0f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnomad/utils/annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@ def _create_group_dicts(

# Dictionary to be returned containing information for a specified group.
freq_record = {
"id": f"{gnomad_id},{group_id.upper()}",
"id": f"{gnomad_id}.{group_id.upper()}",
"type": "CohortAlleleFrequency",
"label": f"{group_label} Cohort Allele Frequency for {gnomad_id}",
"focusAllele": "#/focusAllele",
Expand Down

0 comments on commit 84a0f3b

Please sign in to comment.