Skip to content

Commit

Permalink
Merge pull request #731 from umccr/bugfix/dont-extend-portal-run-id-t…
Browse files Browse the repository at this point in the history
…o-sequencer-run

Don't extend portal run id to sequencer run,
  • Loading branch information
alexiswl authored Nov 29, 2024
2 parents 41efd8c + 24c376c commit d1dc5a6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ def handler(event, context):
run_id = "__".join(
[
event.get("instrument_run_id"),
event.get("case_metadata").get("caseAccessionNumber"),
event.get('portal_run_id')
event.get("case_metadata").get("caseAccessionNumber")
]
)

Expand Down

0 comments on commit d1dc5a6

Please sign in to comment.