# Genome Scale Model Validation And Curation

> Use when you have multiple draft genome-scale metabolic reconstructions in standard formats (JSON, XML, SBML) representing individual community members or assembly variants, and you need to verify they are structurally sound and consistently annotated before merging them into a consensus model or.

- Skill: `holobiomicslab/genome-scale-model-validation-and-curation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add holobiomicslab/genome-scale-model-validation-and-curation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/holobiomicslab/genome-scale-model-validation-and-curation/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: CC-BY-4.0
- Author: HolobiomicsLab (https://skillmd.com/u/holobiomicslab)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/holobiomicslab/genome-scale-model-validation-and-curation

---


# genome-scale-model-validation-and-curation

## Summary

Validate and curate draft genome-scale metabolic models by parsing, checking structural integrity, and ensuring annotation consistency before integration into consensus reconstructions. This skill ensures input models meet quality standards required for reliable community-level metabolic analysis.

## When to use

You have multiple draft genome-scale metabolic reconstructions in standard formats (JSON, XML, SBML) representing individual community members or assembly variants, and you need to verify they are structurally sound and consistently annotated before merging them into a consensus model or using them for gap-filling.

## When NOT to use

- Input models are already manually curated and have been published in a peer-reviewed database (e.g., BIGG, ModelSEED); re-validation may be unnecessary.
- You are working with a single genome-scale model rather than multiple drafts; validation is still useful but consensus merging is not applicable.
- The input is not a genome-scale metabolic model (e.g., it is a gene expression table, taxonomic profile, or phenotype matrix).

## Inputs

- Draft genome-scale metabolic models in JSON format
- Draft genome-scale metabolic models in XML format
- Draft genome-scale metabolic models in SBML format

## Outputs

- Validated metabolic model objects with confirmed structural integrity
- Validation report flagging missing or inconsistent annotations
- Curated model set ready for consensus merging

## How to apply

Load each draft metabolic model in standard format using COMMIT. Parse and validate the model to verify structural integrity—checking that reactions, metabolites, and gene associations are properly defined and interconnected. Verify annotation consistency across models to identify conflicting or incomplete metadata. Remove or flag models with critical validation errors before proceeding to consensus merging. Models that pass validation are eligible for community-dependent gap-filling and conflict resolution in the consensus-building workflow.

## Related tools

- **COMMIT** (Parses, validates, and merges draft metabolic models using community-dependent gap-filling logic to generate consensus reconstructions) — https://zenodo.org/badge/latestdoi/363932874

## Evaluation signals

- All input models parse without structural errors (reactions, metabolites, and gene associations are well-formed).
- Annotation fields (gene IDs, EC numbers, metabolite identifiers) are present and formatted consistently across validated models.
- No critical gaps or orphaned reactions remain after validation (all reactions have defined reactants, products, and at least partial gene associations where applicable).
- Validated models proceed successfully to COMMIT's consensus-merging algorithm without downstream parsing failures.
- Models flagged as invalid are documented with specific error messages (e.g., unmatched metabolite references, disconnected reaction subnetworks) to inform curation decisions.

## Limitations

- Validation checks structural and annotation consistency but does not assess biological accuracy or pathway completeness; additional domain expert review may be required for curation.
- Models with identical reactions but different annotation schemes (e.g., alternative metabolite identifiers for the same compound) may pass validation but introduce redundancy during consensus merging.
- Validation cannot distinguish between genuinely missing pathways and false-negative annotations in incomplete or low-coverage draft reconstructions.

## Evidence

- [other] Load multiple draft metabolic models into COMMIT for validation: "Load multiple draft metabolic models (in standard format such as JSON or XML) representing individual community members or assembly variants."
- [other] Parse and validate each input model for structural integrity and annotation consistency: "Parse and validate each input model using COMMIT to ensure structural integrity and annotation consistency."
- [intro] Community-dependent gap-filling is applied after validation to resolve conflicts and gaps: "community-dependent gap-filling using COMMIT for communites sampled from"

