Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/schema/provenance_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ ENTITIES:
- slide_id
- tissue_id
- parent_sample_id
- data_path
- direct_ancestors:
# Sample ancestors of a Dataset must have these fields removed
- lab_tissue_sample_id
Expand Down Expand Up @@ -387,7 +388,7 @@ ENTITIES:
description: "True if the data contains any human genetic sequence information."
error_message:
type: string
indexed: true
indexed: false
description: "An open text field that holds the last error message that arose from pipeline validation or analysis."
status:
type: string
Expand Down Expand Up @@ -1341,6 +1342,10 @@ ENTITIES:
- validate_priority_project
before_property_create_validators:
- validate_priority_project
error_message:
type: string
indexed: false
description: "An open text field that holds the last error message that arose from pipeline validation or analysis."

############################################# EPICollection #############################################
Epicollection:
Expand Down