Skip to content

Commit

Permalink
Update order form 1508 to version 33 (#4018) (patch)
Browse files Browse the repository at this point in the history
### Changed

- Order form 1508 bumped to version 33
  • Loading branch information
islean authored Dec 17, 2024
1 parent 1fc0655 commit a041ce7
Show file tree
Hide file tree
Showing 21 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 @@ -36,7 +36,7 @@ class Orderform(StrEnum):
def get_current_orderform_version(order_form: str) -> str:
"""Returns the current version of the given order form."""
current_order_form_versions = {
Orderform.MIP_DNA: "32",
Orderform.MIP_DNA: "33",
Orderform.RML: "19",
Orderform.MICROSALT: "11",
Orderform.SARS_COV_2: "9",
Expand Down
Binary file removed tests/fixtures/orderforms/1508.32.balsamic.xlsx
Binary file not shown.
Binary file removed tests/fixtures/orderforms/1508.32.balsamic_qc.xlsx
Binary file not shown.
Binary file removed tests/fixtures/orderforms/1508.32.balsamic_umi.xlsx
Binary file not shown.
Binary file removed tests/fixtures/orderforms/1508.32.fastq.xlsx
Binary file not shown.
Binary file removed tests/fixtures/orderforms/1508.32.metagenome.xlsx
Binary file not shown.
Binary file removed tests/fixtures/orderforms/1508.32.mip.xlsx
Binary file not shown.
Binary file removed tests/fixtures/orderforms/1508.32.mip_rna.xlsx
Binary file not shown.
Binary file removed tests/fixtures/orderforms/1508.32.rnafusion.xlsx
Binary file not shown.
Binary file removed tests/fixtures/orderforms/1508.32.taxprofiler.xlsx
Binary file not shown.
Binary file removed tests/fixtures/orderforms/1508.32.tomte.xlsx
Binary file not shown.
Binary file added tests/fixtures/orderforms/1508.33.balsamic.xlsx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added tests/fixtures/orderforms/1508.33.fastq.xlsx
Binary file not shown.
Binary file not shown.
Binary file added tests/fixtures/orderforms/1508.33.mip.xlsx
Binary file not shown.
Binary file added tests/fixtures/orderforms/1508.33.mip_rna.xlsx
Binary file not shown.
Binary file added tests/fixtures/orderforms/1508.33.rnafusion.xlsx
Binary file not shown.
Binary file not shown.
Binary file added tests/fixtures/orderforms/1508.33.tomte.xlsx
Binary file not shown.

0 comments on commit a041ce7

Please sign in to comment.