Skip to content

Commit

Permalink
Merge pull request #1400 from mskcc/feature/fix_heme_nucleo_qc
Browse files Browse the repository at this point in the history
Feature/fix heme nucleo qc
  • Loading branch information
sivkovic authored Jan 7, 2025
2 parents dd8d7b9 + ee874bd commit c41afb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion beagle/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.90.0"
__version__ = "1.90.1"
1 change: 1 addition & 0 deletions runner/operator/access/heme/qc/heme_nucleo_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def get_jobs(self):
"name": "Heme Nucleo QC: %s, %i of %i" % (self.request_id, i + 1, len(sample_inputs)),
"app": self.get_pipeline_id(),
"inputs": job,
"output_metadata": output_metadata,
"tags": {settings.REQUEST_ID_METADATA_KEY: self.request_id, "cmoSampleId": job["sample_name"]},
}
)
Expand Down

0 comments on commit c41afb2

Please sign in to comment.