PDX Finder performs integration, standardization, analysis and visualization of the complex and diverse data associated with PDX mouse models for the cancer community.
As a developer, I want the ETL to process the [provider]_metadata-model_image.tsv and [provider]_metadata-image_study.tsv files and store that data in suitable db tables, so when a model is retrieved, it also contains information about the images.
Changes include:
[x] New table model_image and model_study.
[x] New tasks (extraction/transformation) for model_image and image_study.
[x] Add a column in the search_index table with the image-related information in a model.
Acceptance Criteria
[x] search_index endpoint contains a new attribute with image-related information in a model.
As a developer, I want the ETL to process the
[provider]_metadata-model_image.tsv
and[provider]_metadata-image_study.tsv
files and store that data in suitable db tables, so when a model is retrieved, it also contains information about the images.Changes include:
model_image
andmodel_study
.search_index
table with the image-related information in a model.Acceptance Criteria
search_index
endpoint contains a new attribute with image-related information in a model.