agentsclimarketplace

Genome scale model validation and curation

Skill HolobiomicsLab/asb-skill-collections/collections/metabolomics/v2/skills/genome-scale-model-validation-and-curation

Curated, evidence-grounded skill and software-tool collections for scientific AI agents, generated by the AgenticScienceBuilder

Install
npx -y skills add HolobiomicsLab/asb-skill-collections --skill genome-scale-model-validation-and-curation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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.

The file declares its own license as CC-BY-4.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

5.4 KB, 743 tokens by cl100k_base, as published. Nobody here has run it

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

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"

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.