Skip to content

Commit

Permalink
Don't extend portal run id to sequencer run,
Browse files Browse the repository at this point in the history
it is already part of the case accession id
  • Loading branch information
alexiswl committed Nov 29, 2024
1 parent 18059a2 commit 24c376c
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 24c376c

Please sign in to comment.