Skip to content

Commit

Permalink
update(covid orderform) (#4020)
Browse files Browse the repository at this point in the history
# description

Update covid orderform
  • Loading branch information
ChrOertlin authored Dec 17, 2024
1 parent 9054b1b commit 4962b8b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/constants/orderforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_current_orderform_version(order_form: str) -> str:
Orderform.MIP_DNA: "32",
Orderform.RML: "19",
Orderform.MICROSALT: "11",
Orderform.SARS_COV_2: "9",
Orderform.SARS_COV_2: "10",
Orderform.MICROBIAL_FASTQ: "1",
Orderform.PACBIO_LONG_READ: "1",
}
Expand Down
Binary file added tests/fixtures/orderforms/2184.10.sarscov2.xlsx
Binary file not shown.
Binary file removed tests/fixtures/orderforms/2184.9.sarscov2.xlsx
Binary file not shown.

0 comments on commit 4962b8b

Please sign in to comment.