Babysitter metaphlan-profiler
MetaPhlAn metagenomic profiling skill for species-level community composition
install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/domains/science/bioinformatics/skills/metaphlan-profiler" ~/.claude/skills/a5c-ai-babysitter-metaphlan-profiler && rm -rf "$T"
manifest:
library/specializations/domains/science/bioinformatics/skills/metaphlan-profiler/SKILL.mdsource content
MetaPhlAn Profiler Skill
Purpose
Enable MetaPhlAn metagenomic profiling for species-level community composition.
Capabilities
- Clade-specific marker gene analysis
- Species-level quantification
- Strain-level profiling (StrainPhlAn)
- Unknown species estimation
- Multi-sample heatmaps
- Comparative analysis
Usage Guidelines
- Use latest marker database
- Profile at species level for most analyses
- Apply strain-level analysis when relevant
- Visualize community composition
- Compare across samples and conditions
- Document database versions
Dependencies
- MetaPhlAn4
- StrainPhlAn
- mOTUs
Process Integration
- Shotgun Metagenomics Pipeline (shotgun-metagenomics)