Skip to content

Commit

Permalink
feat(analysisType): Remove rna (#3973)
Browse files Browse the repository at this point in the history
### Changed

- Remove unused AnalysisType rna
  • Loading branch information
henrikstranneheim authored Nov 27, 2024
1 parent 6c60c51 commit 3524c0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cg/constants/tb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3524c0a

Please sign in to comment.