diff --git a/cg/constants/tb.py b/cg/constants/tb.py index 33e26a2e9a..c52267f818 100644 --- a/cg/constants/tb.py +++ b/cg/constants/tb.py @@ -16,6 +16,5 @@ class AnalysisTypes(StrEnum): WGS: str = "wgs" WES: str = "wes" TGS: str = "tgs" - RNA: str = "rna" WTS: str = "wts" OTHER: str = "other"