What problem does it solve?
Choosing the correct OrthoDB lineage dataset, constructing BUSCO commands, and interpreting C/S/D/F/M completeness scores requires bioinformatics expertise. This Skill automates lineage selection from a plain organism description, runs BUSCO v6, and produces an interpreted, reproducible completeness report.
Core Features & Use Cases
- Agentic lineage routing: Maps free-text organism hints (e.g. "fruit fly", "E. coli") to the correct BUSCO lineage flag, with optional NCBI Taxonomy API resolution.
- Three assessment modes: Genome, transcriptome, and protein-set completeness with appropriate tool dependencies and input validation.
- Reproducible outputs: Generates report.md, result.json, raw BUSCO outputs, and a reproducibility bundle (commands.sh, environment.yml, checksums.sha256).
- Use Case: After assembling a bacterial genome with SPAdes, ask the agent to check assembly completeness; the skill routes to bacteria_odb12, runs BUSCO, and returns an interpreted score like C:95.2%.
Quick Start
Ask the agent to check the completeness of your assembly FASTA file, for example by saying "run a BUSCO assessment on my E. coli genome assembly".