Skip to content

Commit

Permalink
Rolling back changes from merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsibilla committed Jan 15, 2025
1 parent 96b206f commit ef51c2b
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions src/schema/provenance_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -514,9 +514,18 @@ ENTITIES:
type: boolean
description: "Whether this dataset has a pipeline message."
on_index_trigger: get_has_pipeline_or_validation_message
metadata:
type: json_string # dict
description: "Metadata associated with the ingested experimental data"
files:
type: list
description: "A list of files associated with the dataset."
calculated_metadata:
type: json_string # dict
description: "Calculated metadata outputted from the processing pipeline."
ingest_metadata:
type: json_string # dict
description: "The metadata returned from the processing at data submission time."
description: "Information associated with running the ingest and processing pipelines"
local_directory_rel_path:
# Example: protected/<TMC>/<uuid>
type: string
Expand Down Expand Up @@ -688,10 +697,9 @@ ENTITIES:
- lab_dataset_id
- sources:
- lab_source_id
- ingest_metadata:
- metadata:
- lab_id
- slide_id
- metadata:
- lab_id
- slide_id
- cedar_mapped_metadata:
- Lab ID
- Slide ID
Expand Down

0 comments on commit ef51c2b

Please sign in to comment.