Skip to content

Commit

Permalink
Remove Balsamic-QC support
Browse files Browse the repository at this point in the history
  • Loading branch information
islean committed Jan 21, 2025
1 parent 6aa6eed commit 9052662
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cg/services/orders/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

ORDER_TYPE_WORKFLOW_MAP: dict[OrderType, Workflow] = {
OrderType.BALSAMIC: Workflow.BALSAMIC,
OrderType.BALSAMIC_QC: Workflow.BALSAMIC_QC,
OrderType.BALSAMIC_UMI: Workflow.BALSAMIC_UMI,
OrderType.FASTQ: Workflow.RAW_DATA,
OrderType.FLUFFY: Workflow.FLUFFY,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class StoreCaseOrderService(StoreOrderService):
Service for storing generic orders in StatusDB and Lims.
This class is used to store orders for the following workflows:
- Balsamic
- Balsamic QC
- Balsamic UMI
- MIP DNA
- MIP RNA
Expand Down

0 comments on commit 9052662

Please sign in to comment.