omnipy.components.isa.models.validators
Validation helpers shared by ISA schema models.
These helpers support ISA-JSON Investigation/Study/Assay metadata parsing in Omnipy.
| FUNCTION | DESCRIPTION |
|---|---|
date_to_iso_format |
Convert date-like values to their ISO-8601 string form. |
date_to_iso_format
Convert date-like values to their ISO-8601 string form.
| PARAMETER | DESCRIPTION |
|---|---|
data
|
Value to normalize. |
| RETURNS | DESCRIPTION |
|---|---|
|
ISO-8601 formatted string for date-like inputs, otherwise the original value. |