Skip to content

Commit

Permalink
Remove obsolete panels from the DSD Scout bundle (#3247)(patch)
Browse files Browse the repository at this point in the history
### Changed

- Remove obsolete panels SEXDET, SEXDIF from the DSD Scout bundle
  • Loading branch information
beatrizsavinhas authored May 20, 2024
1 parent b4cbef5 commit d10ab85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/constants/gene_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def collaborators() -> set[str]:

class GenePanelCombo:
COMBO_1: dict[str, set[str]] = {
"DSD": {"DSD", "DSD-S", "HYP", "SEXDIF", "SEXDET", "POI"},
"DSD": {"DSD", "DSD-S", "HYP", "POI"},
"CM": {"CNM", "CM"},
"Horsel": {"Horsel", "141217", "141201"},
"OPHTHALMO": {
Expand Down

0 comments on commit d10ab85

Please sign in to comment.