Skip to content

Commit

Permalink
sort items
Browse files Browse the repository at this point in the history
  • Loading branch information
fevac committed Dec 11, 2023
1 parent d4479a0 commit 9d8139b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cg/constants/housekeeper_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,20 @@ class SequencingFileTag(StrEnum):
class AnalysisTag(StrEnum):
"""Tags for analysis files."""

MULTIQC_HTML: str = "multiqc-html"
FUSION: str = "fusion"
ARRIBA: str = "arriba"
STARFUSION: str = "star-fusion"
ARRIBA_VISUALIZATION: str = "arriba-visualisation"
FUSION: str = "fusion"
FUSIONCATCHER: str = "fusioncatcher"
FUSIONCATCHER_SUMMARY: str = "fusioncatcher-summary"
FUSIONINSPECTOR: str = "fusioninspector"
FUSIONINSPECTOR_HTML: str = "fusioninspector-html"
FUSIONREPORT: str = "fusionreport"
GENE_COUNTS: str = "gene-counts"
MULTIQC_HTML: str = "multiqc-html"
RESEARCH: str = "research"
FUSIONINSPECTOR_HTML: str = "fusioninspector-html"
ARRIBA_VISUALIZATION: str = "arriba-visualisation"
RNA: str = "rna"
STARFUSION: str = "star-fusion"
VCF_FUSION: str = "vcf-fusion"
GENE_COUNTS: str = "gene-counts"


class HkMipAnalysisTag:
Expand Down

0 comments on commit 9d8139b

Please sign in to comment.