From 214b0612abbe37e313b7f3b23ee7e239dd60f6ed Mon Sep 17 00:00:00 2001 From: Beatriz Vinhas Date: Tue, 12 Dec 2023 09:21:28 +0100 Subject: [PATCH] Update gene_panel.py --- cg/constants/gene_panel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cg/constants/gene_panel.py b/cg/constants/gene_panel.py index 61e20015aa..92aea16999 100644 --- a/cg/constants/gene_panel.py +++ b/cg/constants/gene_panel.py @@ -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]: