Data & ReproBioinformatics & GenomicsFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
BI

bio-metagenomics-metaphlan

Maintainer FreedomIntelligence · Last updated April 1, 2026

Marker gene-based taxonomic profiling using MetaPhlAn 4. Provides accurate species-level relative abundances using clade-specific markers. Use when accurate taxonomic profiling is needed and computational resources are limited, or for comparison with HMP/other MetaPhlAn studies.

OpenClawNanoClawAnalysisReproductionbio-metagenomics-metaphlan🧬 bioinformatics (gptomics bio-* suite)bioinformatics — metagenomics & microbiomemarker

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-metagenomics-metaphlan

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • CLI: metaphlan sample.fastq --input_type fastq -o profile.txt.
  • Profile the species composition of my metagenome" → Determine species-level relative abundances from shotgun metagenomic reads using clade-specific marker gene alignment. CLI: metaphlan sample.fastq --input_type fastq -o profile.txt.
  • MetaPhlAn 4 uses ~5M clade-specific markers from 26,970 species-level genome bins. Supports both short reads (bowtie2) and long reads (minimap2).
  • metaphlan sample.fastq.gz \ --input_type fastq \ --output_file profile.txt.

Source Doc

Excerpt From SKILL.md

MetaPhlAn processes PE as single file or concatenated

metaphlan reads_R1.fastq.gz,reads_R2.fastq.gz
--input_type fastq
--output_file profile.txt
--mapout sample.map.bz2


## First run - save intermediate mapping

metaphlan sample.fastq.gz \
    --input_type fastq \
    --mapout sample.map.bz2 \
    --output_file profile.txt

## Rerun with different settings without realigning

metaphlan sample.map.bz2 \
    --input_type mapout \
    --output_file profile_v2.txt

Use cases

  • Use when accurate taxonomic profiling is needed and computational resources are limited, or for comparison with HMP/other MetaPhlAn studies.

Not for

  • Do not rely on this catalog entry alone for installation or maintenance details.

Upstream Related Skills

  • kraken-classification - Alternative k-mer based classification
  • abundance-estimation - Bracken for Kraken2 abundances
  • metagenome-visualization - Visualize profiles

Related skills

Related skills

Back to directory
AG
Data & ReproBioinformatics & Genomics

agent-browser

Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test w…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
AL
Data & ReproBioinformatics & Genomics

alpha-vantage

Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ technical indicators.

Claude CodeAnalysis
K-Dense-AI/claude-scientific-skillsView
BI
Data & ReproBioinformatics & Genomics

bio-alignment-filtering

Filter alignments by flag, quality, region, or paired status.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproBioinformatics & Genomics

bio-alignment-indexing

Index BAM/CRAM files with samtools index for random access.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView