validate_metadata
Validate a metadata TSV file against a Gigwa database, checking column headers and entity references without importing.
Instructions
Validate an individual-metadata file against a Gigwa database without importing.
metadata_type is the name of the ID column in the file that links rows to
genotype entities — for individual metadata this is the individual column
(the header must match exactly, case-sensitive). tsv_path is a TSV whose
first column header equals metadata_type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | Yes | Target Gigwa database (module) name. | |
| tsv_path | Yes | Path to the metadata TSV file. | |
| metadata_type | No | Metadata entity type / id-column name (default 'individual'). | individual |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |