What problem does it solve?
NGS pipelines fail mid-run when required bioinformatics tools, references, or databases are missing. This Skill audits the local runtime environment first, so you know exactly what exists and what needs installing before launching a sequencing workflow.
Core Features & Use Cases
- Existence Checks: Detects tools via PATH lookups, Python imports, and conda/mamba/micromamba/pip package listings before any download or install.
- Install Planning: Emits reviewable install plans (
install_plan.json plus a guarded install_commands.sh) that never install without explicit user approval.
- Reference & Database Readiness: Plans, inventories, locks, and verifies reference genome and database bundles (e.g., GRCh38, Kraken2) separately from executable checks.
- Use Case: Before running a shotgun metagenomics pipeline, generate a resource plan to confirm Kraken2 and optional Bracken/HUMAnN bundles are present, then hand off a reviewable setup checklist for anything missing.
Quick Start
Check which NGS tools already exist on this machine and emit an install plan for the missing ones without installing anything.