Skip to content

Commit

Permalink
Add mip-rna option to json order form parser (#3793) (patch)
Browse files Browse the repository at this point in the history
### Fixed

- Mip-rna JSON orders are allowed.
  • Loading branch information
islean authored Oct 1, 2024
1 parent 36490ef commit d884e1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cg/apps/orderform/json_orderform_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
class JsonOrderformParser(OrderformParser):
ACCEPTED_DATA_ANALYSES: list[str] = [
Workflow.MIP_DNA,
Workflow.MIP_RNA,
Workflow.FLUFFY,
Workflow.BALSAMIC,
]
Expand Down

0 comments on commit d884e1e

Please sign in to comment.