From 3524c0ad8c9836c7c83ea0305460dadc539a78ec Mon Sep 17 00:00:00 2001 From: Henrik Stranneheim Date: Wed, 27 Nov 2024 09:00:27 +0100 Subject: [PATCH] feat(analysisType): Remove rna (#3973) ### Changed - Remove unused AnalysisType rna --- cg/constants/tb.py | 1 - 1 file changed, 1 deletion(-) 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"