Skip to content

Commit

Permalink
Fix panel combo bug (#2779)(patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
seallard authored Dec 18, 2023
1 parent bf3663e commit 10be4d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cg/constants/gene_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class GenePanelCombo:
"DSD": {"DSD", "DSD-S", "HYP", "SEXDIF", "SEXDET"},
"CM": {"CNM", "CM"},
"Horsel": {"Horsel", "141217", "141201"},
"OPHTHALMO": (
"OPHTHALMO": {
"OPHTHALMO",
"ANTE-ED",
"CATARACT",
Expand All @@ -74,5 +74,5 @@ class GenePanelCombo:
"RETINA",
"SED",
"ALBINISM",
),
},
}

0 comments on commit 10be4d9

Please sign in to comment.