Agent skill · Data & Analytics

bio-workflows-metabolic-modeling-pipeline

End-to-end genome-scale metabolic modeling from genome sequence to flux predictions. Covers automated reconstruction with CarveMe, model validation with memote, FBA/FVA analysis, and gene essentiality prediction. Use when building metabolic models or predicting metabolic phenotypes from genomic data.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill metabolic-modeling-pipeline --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 13 KB
Bundled scripts: yes
Path: skills/bioskills/metabolic-modeling-pipeline/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## Version Compatibility Reference examples tested with: COBRApy 0.29+, matplotlib 3.8+, numpy 1.26+, pandas 2.2+, seaborn 0.13+ Before using code patterns, verify installed versions match. If versions differ: - Python: `pip show <package>` then `help(module.function)` to check signatures - CLI: `<tool> --version` then `<tool> --help` to confirm flags If code throws ImportError, AttributeError, or TypeError, introspect the installed package and adapt the example to match the actual API rather than retrying. # Metabolic Modeling Pipeline **"Build and analyze a metabolic model for my organism"** → Orchestrate CarveMe reconstruction, memote quality scoring, gap-filling, FBA/FVA flux analysis, gene essentiality prediction, and context-specific model building from expression data. Complete workflow for genome-scale metabolic modeling: from protein sequences to flux predictions and phenotype analysis. ## Workflow Overview ``` Protein FASTA (genome annotation) | v [1. Reconstruction] --> CarveMe / gapseq / ModelSEED | v [2. Model Curation] --> memote QC, gap-filling | | <---- Iterative refinement loop v [3. FBA Analysis] --> Growth prediction, flux distribution | +-----------------------+

What's inside
Steps it walks through
  1. Version Compatibility
  2. Workflow Overview
  3. Prerequisites
  4. Primary Path: Bacterial Model from Genome
  5. Step 1: Automated Reconstruction with CarveMe
  6. Step 2: Model Validation with Memote
  7. Step 3: Model Curation (Iterative)
  8. Step 4: Flux Balance Analysis
  9. Step 5a: Gene Essentiality Prediction
  10. Step 5b: Context-Specific Models
  11. Visualization with Escher
  12. Parameter Recommendations
  13. Troubleshooting
  14. Output Files
Ships with 2 files
  • examples/metabolic_modeling_workflow.py
  • usage-guide.md
Commands it runs
pip install cobra carveme memote escher pandas numpy matplotlib seaborn
conda install -c bioconda diamond
Basic reconstruction from protein sequences
carve genome.faa -o model_draft.xml
With gram type specification (improves biomass composition)
carve genome.faa -o model_draft.xml --gram-neg
Gap-fill for specific media
carve genome.faa -o model_draft.xml --gram-neg --gapfill M9
Run memote QC
memote run --filename model_draft_report.html model_draft.xml
More from awesome-bio-agent-skills
All skills →
About this skill
What does the bio-workflows-metabolic-modeling-pipeline skill do?

End-to-end genome-scale metabolic modeling from genome sequence to flux predictions. Covers automated reconstruction with CarveMe, model validation with memote, FBA/FVA analysis, and gene essentiality prediction. Use when building metabolic models or predicting metabolic phenotypes from genomic data.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill metabolic-modeling-pipeline --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going