From 28ed53d52cfb7941f3bd5b69fd9cd2d5efd34221 Mon Sep 17 00:00:00 2001 From: Christian Oertlin Date: Mon, 29 Jul 2024 13:58:37 +0200 Subject: [PATCH] add store commit --- .../pacbio/data_storage_service/pacbio_store_service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cg/services/post_processing/pacbio/data_storage_service/pacbio_store_service.py b/cg/services/post_processing/pacbio/data_storage_service/pacbio_store_service.py index caf4a7852a..bb23fb7cf9 100644 --- a/cg/services/post_processing/pacbio/data_storage_service/pacbio_store_service.py +++ b/cg/services/post_processing/pacbio/data_storage_service/pacbio_store_service.py @@ -49,3 +49,4 @@ def store_post_processing_data(self, run_data: PacBioRunData): self._create_sample_run_metrics( sample_run_metrics_dtos=dtos.sample_sequencing_metrics, sequencing_run=sequencing_run ) + self.store.commit_to_store()