Announcement
We are pleased to share that MetaPhlAn 4.2.2 is now available, which incorporates taxonomic profiling of long-read metagenomes for the first time and includes a new version of the MetaPhlAn database (vJan25_202503) containing >21k new SGBs.
For details on MetaPhlan 4, check announcing MetaPhlAn 4 or visit the MetaPhlAn 4 GitHub repository. For the full list of dropped features, modifications, and new features implemented in this new release check the MetaPhlAn 4.2.2 release notes.
What is new in MetaPhlAn 4.2.2?
- Initial support for profiling long-read sequencing metagenomic datasets (with
--long_reads
). This relies on the newly implemented long-read mapper minimap2. It is also possible to split long reads (with--split_reads
) in shorter sequences (defined by--split_readlen
) and map them with bowtie2. Check the full release notes for all long-reads options. - Having now minimap2 as another mapper implemented in MetaPhlAn (in addition to bowtie2), parameters that referred to bowtie2 have now more generic names (
--bowtie2db
is now--db_dir
and--bowtie2out
is now--mapout
). - The parameter
--unclassified_estimation
is now default. This enables estimation of the portion of unclassified reads, making the relative abundance of detected taxa rescaled accordingly. To restore the previous behavior use--skip_unclassified_estimation
, which will turn off including an estimate of unclassified reads in the relative abundance profile.
What has changed in vJan25_202503 in comparison to vJun23_202403?
Expansion and improvement of the genomic database:
- ~63k new reference genomes from NCBI
- ~416k new MAGs, spanning sea, food, and several animals, among other environments
- Improved clustering of SGBs using skANI
Expansion and improvement of the markers database:
- vJan25 includes 58,331 SGBs, 21,509 more SGBs than in vJun23
- The mapping between the taxonomy of SGBs and the GTDB taxonomy has been updated from GTDB r207 to GTDB r220
- Addition of taxonomy assignment for Viral Sequence Clusters (VSCs) - performed with geNomad
How to make use of the MetaPhlAn 4.2.2 updates?
- How to install MetaPhlAn 4.2.2 in a new environment:
- How to update the MetaPhlAn database from the vJun23_202403 (or earlier) version:
$ metaphlan --install --force_download