GA4GH Variant Annotation (VA) reference implementation providing Pydantic models for the VA specification. Current version 0.4.3, uses VRS-Python for variant representation and pydantic for validation. Release cadence is irregular, tied to VA spec releases.
pip install ga4gh-va-specNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a minimal Statement object.
Update imports to use submodules (e.g., base, aac_2017).
Review VA spec 1.0.0 changelog. Use new model names like 'Statement' with standard GA4GH types.
Ensure all fields match the model schema exactly. Use model_dump() with exclude_unset to inspect.
Use: from ga4gh.va_spec.base import Statement
Remove any fields not defined in the model, or update model to include them.