Main repository for the FAIRification of Genomic Annotations WG in the Research Data Alliance (RDA).
This repository hosts the FGA-WG LinkML schema — a data model for harmonised metadata describing genomic annotation files. From the schema, the following artifacts are generated automatically:
| Artifact | Location |
|---|---|
| JSON Schema | generated/schema.json |
| TSV class/slot summary | generated/schema_summary.tsv |
| HTML documentation site | fairtracks.github.io/fga-wg |
git clone [email protected]:fairtracks/fga-wg.git
cd fga-wg
uv sync # install all dependencies
uv run doit # validate schema and regenerate all artifacts
uv run doit serve # preview the documentation at http://127.0.0.1:8000See CONTRIBUTING.md for a full guide to the development workflow.
