Skip to content

Commit

Permalink
Add VEO-IBD panel to Clinical MasterList in gene_panel.py (#3898)(patch)
Browse files Browse the repository at this point in the history
### Added

- VEO-IBD to clinical master list
  • Loading branch information
eliottBo authored Oct 28, 2024
1 parent 87d16ec commit f756d0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cg/constants/gene_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class GenePanelMasterList(StrEnum):
STROKE: str = "STROKE"
AID: str = "AID"
INHERITED_CANCER: str = "Inherited cancer"
VEO_IBD: str = "VEO-IBD"

@classmethod
def get_panel_names(cls, panels=None) -> list[str]:
Expand Down

0 comments on commit f756d0d

Please sign in to comment.