Skip to content

Commit

Permalink
add scout delivery types to tomte
Browse files Browse the repository at this point in the history
  • Loading branch information
diitaz93 committed Jan 29, 2025
1 parent 8cba7f7 commit 9a54df7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cg/services/orders/validation/workflows/tomte/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

class TomteDeliveryType(StrEnum):
ANALYSIS_FILES = DataDelivery.ANALYSIS_FILES
ANALYSIS_SCOUT = DataDelivery.ANALYSIS_SCOUT
FASTQ = DataDelivery.FASTQ
FASTQ_ANALYSIS = DataDelivery.FASTQ_ANALYSIS
FASTQ_ANALYSIS_SCOUT = DataDelivery.FASTQ_ANALYSIS_SCOUT
FASTQ_SCOUT = DataDelivery.FASTQ_SCOUT
NO_DELIVERY = DataDelivery.NO_DELIVERY
SCOUT = DataDelivery.SCOUT

0 comments on commit 9a54df7

Please sign in to comment.