Skip to content

Commit 68d15ae

Browse files
authored
Merge pull request #6580 from galaxyproject/bebatut-patch-2
[Microbiome] Add 2 modules to MAGs learning pathway
2 parents 423056c + e8c2431 commit 68d15ae

1 file changed

Lines changed: 21 additions & 13 deletions

File tree

learning-pathways/mags.md

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@ pathway:
6060
- name: quality-control
6161
topic: sequence-analysis
6262

63-
# - section: "Module 2: Contamination and Host Reads Removal – Purifying Your Metagenomic Dataset"
64-
# description: |
65-
# Metagenomic datasets frequently contain **non-microbial sequences**, such as **host DNA** (e.g., from honey bees) or **external contaminants** (e.g., human DNA introduced during sample handling or sequencing). These sequences can distort downstream analyses, leading to **misassemblies, incorrect taxonomic assignments, and biased functional interpretations**.
66-
#
67-
# In this module, you will:
68-
# - Recognize the **sources and impacts** of contamination in metagenomic datasets.
69-
# - Learn how to **identify and filter out host and contaminant sequences** using Galaxy tools.
70-
# - Ensure your dataset is **enriched for microbial reads**, improving the accuracy of MAG reconstruction and enabling more reliable biological insights.
71-
#
72-
# By the end of this module, you'll be able to confidently clean your metagenomic data, setting the stage for high-quality MAG assembly and analysis.
73-
# tutorials:
74-
# - name:
75-
# topic: microbiome
63+
- section: "Module 2: Contamination and Host Reads Removal – Purifying Your Metagenomic Dataset"
64+
description: |
65+
Metagenomic datasets frequently contain **non-microbial sequences**, such as **host DNA** (e.g., from honey bees) or **external contaminants** (e.g., human DNA introduced during sample handling or sequencing). These sequences can distort downstream analyses, leading to **misassemblies, incorrect taxonomic assignments, and biased functional interpretations**.
66+
67+
In this module, you will:
68+
- Recognize the **sources and impacts** of contamination in metagenomic datasets.
69+
- Learn how to **identify and filter out host and contaminant sequences** using Galaxy tools.
70+
- Ensure your dataset is **enriched for microbial reads**, improving the accuracy of MAG reconstruction and enabling more reliable biological insights.
71+
72+
By the end of this module, you'll be able to confidently clean your metagenomic data, setting the stage for high-quality MAG assembly and analysis.
73+
tutorials:
74+
- name: host-removal
75+
topic: microbiome
7676

7777
- section: "Module 3: Assembly – Reconstructing and Assessing Contigs from Metagenomic Reads"
7878
description: |
@@ -139,6 +139,14 @@ pathway:
139139
topic: genome-annotation
140140
- name: amr-gene-detection
141141
topic: genome-annotation
142+
143+
144+
- section: "Recommended follow-up tutorial"
145+
description: |
146+
While this learning pathway goes into detail about all steps required for MAGs generation, a full end-to-end training was developed, which executes all workflows for MAGs generation and annotation instead of running individual steps. This tutorial can be used as a guide to execute the workflows on your own data. It explains how you can perform quality control, remove host contamination, and run the main MAGs workflow to obtain quality-controlled, taxonomically and functionally annotated MAGs.
147+
tutorials:
148+
- name: mags-building
149+
topic: microbiome
142150
---
143151

144152

0 commit comments

Comments
 (0)