Open
Conversation
This was referenced Feb 11, 2020
stevekm
commented
Feb 11, 2020
| job_metadata['assay'] = assay | ||
| job_metadata['request_id'] = project_id | ||
| job_metadata['tumor'] = {} | ||
| job_metadata['tumor']['igo_id'] = tumor['igo_id'] |
Member
Author
There was a problem hiding this comment.
@allanbolipata @sivkovic which identifier are we using inside the Roslin pipelines? IGO ID or Patient ID or some other ID?
Member
Author
|
Once the inclusion of output metadata in the operator is complete, we will have to make sure to check against any unintended side effects in the behavior of the operators and job submission, etc.. Need some integration testing. |
Member
Author
|
note: @nikhil is planning updates to Roslin CWL output schema, changes might need to be included here |
fade55e to
c7a69a6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes made here in order to pass metadata out of the Roslin operator and set the
output_metadatafield for the job serializer in order to use the output metadata downstream in other operators