Skip to content

Commit

Permalink
Add panel Inherited cancer to the clinical masterlist (#2761)(minor)
Browse files Browse the repository at this point in the history
### Added

- Panel `Inherited cancer` to clinical master list
  • Loading branch information
beatrizsavinhas authored Dec 12, 2023
1 parent e5c4f09 commit 91f69cb
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 @@ -41,6 +41,7 @@ class GenePanelMasterList(StrEnum):
SOVM: str = "SOVM"
STROKE: str = "STROKE"
AID: str = "AID"
INHERITED_CANCER: str = "Inherited cancer"

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

0 comments on commit 91f69cb

Please sign in to comment.