-
Notifications
You must be signed in to change notification settings - Fork 25
Metadata Validation Errors FAQ
jlchang edited this page Feb 5, 2021
·
1 revision
Metadata validation error messages intended to be succinct but may become too terse. Below we provide additional context for common error messages and guidance on resolving those issues. If more information is needed, please email scp-support@broadinstitute.zendesk.com.
Reason | Required metadata is missing from the metadata file. |
Solution | Add missing metadata as a new column in metadata file. |
Reason | Valid characters for metadata names is limited. |
Solution | Remove all non-alphanumeric characters (except underscore) from column header. |
Reason | Metadata TYPE declared as numeric but column contains strings or empty cells. |
Solution | Ensure that all values for <metadata> are numeric. |
ERROR:<column header>: Could not parse provided ontology id, "PATO_0000461, PATO_0000461, PATO_0000461"
Reason | Arrays of metadata information must be delimited by the pipe (|) symbol. |
Solution | Replace with pipe(|) delimiter. |
Reason | Metadata validation expected ontology IDs as values for the specified column header. |
Solution | Browse the ontology listed in required conventional metadata and select terms that best describe your data. Note that an ontology_label column with the natural language name is also required. |