Skip to content

Commit

Permalink
Merge branch 'master' into mutant-file-formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrOertlin authored Dec 18, 2024
2 parents 0a82127 + 9e5b404 commit f8356e4
Show file tree
Hide file tree
Showing 24 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 64.5.30
current_version = 64.5.31
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion cg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__title__ = "cg"
__version__ = "64.5.30"
__version__ = "64.5.31"
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: "10",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "cg"
version = "64.5.30"
version = "64.5.31"
description = "Clinical Genomics command center"
authors = ["Clinical Genomics <[email protected]>"]
readme = "README.md"
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 f8356e4

Please sign in to comment.