nf-core/mag pipeline: Metagenome Assembly and Binning

Added:

Pipeline Intro
Key Features
Pipeline Steps
Assembly Part
Assembly Impact
Resource Needs
Ancient DNA
Future Plans

Pipeline Intro

0:02
Playing Section
  • 1

    Introduces the nf-core/mag pipeline for metagenome hybrid assembly and binning.

  • 2

    Pipeline recovers individual genomes from microbial communities using shotgun sequencing reads.

  • 3

    Development involved a large community effort with multiple key contributors.

Fundamental concepts of metagenomics, including shotgun metagenomic sequencing and the differences between marker-gene (e.g., 16S rRNA) and whole-metagenome sequencing.
An understanding of DNA sequencing technologies, specifically the technical differences between short-read (e.g., Illumina) and long-read (e.g., PacBio, Oxford Nanopore) sequencing required for hybrid assembly.
Basic knowledge of de novo sequence assembly concepts, including contigs, scaffolds, and how assembly algorithms reconstruct genomes from reads.
Familiarity with the Nextflow workflow engine and the nf-core ecosystem for running standardized, reproducible bioinformatics pipelines.
Quality assessment and validation of Metagenome-Assembled Genomes (MAGs) using standard toolsets like CheckM or CheckM2 to evaluate completeness and contamination.
Downstream taxonomic profiling and phylogenomic tree construction of recovered MAGs using tools such as GTDB-Tk.
Functional annotation and metabolic pathway reconstruction of the constructed MAGs using databases like KEGG, EggNOG, or dbCAN to determine microbial ecological roles.
Advanced optimization and execution of the nf-core/mag pipeline across high-performance computing (HPC) clusters or cloud infrastructure using custom config files.
785 views14likes18:56@nf-coreOriginal Release: 2023-03-03

The nf-core/mag pipeline is a bioinformatics tool for metagenome hybrid assembly and binning that combines short Illumina and long nanopore reads to assemble microbial communities into metagenome assembled genomes (MAGs), using tools like SPAdes, MEGAHIT, MetaBAT2, and MaxBin2, with optional co-assembly for samples containing shared strains and specialized handling for ancient DNA through damage pattern modeling.