Skip to content

Commit

Permalink
Update heme_nucleo_qc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlere committed Jan 7, 2025
1 parent 2464cfb commit 77feac2
Showing 1 changed file with 1 addition and 0 deletions.
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 77feac2

Please sign in to comment.