Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial commit of changes supporting Multi-Assay Dataset tracking #639

Merged

Conversation

kburke
Copy link

@kburke kburke commented Mar 12, 2024

Initial commit of changes supporting Multi-Assay Dataset tracking for entity-api #635. Added superseded_associated_processed_component_uuids and new_associated_multi_assay_uuid attributes to Datasets.

@kburke kburke requested a review from yuanzhou March 12, 2024 14:12
Copy link
Member

@yuanzhou yuanzhou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kburke, we'll need to make two additional changes:

…e of Multi-Assay attributes, and verify attribute UUIDs exist, as a minimum.
f" {new_data_dict['new_associated_multi_assay_uuid']}"
f" does not exist.")
if 'superseded_associated_processed_component_uuids' in new_data_dict:
proposedComponentsList = schema_manager.convert_str_literal(new_data_dict['superseded_associated_processed_component_uuids'])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need to use convert_str_literal() here since the uuids list is already a Python list from converted from request JSON payload.

…thon data structures converted from request JSON.
@yuanzhou yuanzhou merged commit 00db27b into dev-integrate Mar 13, 2024
3 checks passed
@yuanzhou yuanzhou deleted the karlburke/AddAttribsToTrackMultiAssayComponents branch March 21, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants