From 3c49a380cef13bf2523ea99c53a36bfc797352f6 Mon Sep 17 00:00:00 2001 From: Christopher Bottoms Date: Fri, 31 May 2024 13:22:02 -0500 Subject: [PATCH] Mention using MultiQC to combine multiple FastQC reports --- jupyter-book/introduction/raw_data_processing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jupyter-book/introduction/raw_data_processing.md b/jupyter-book/introduction/raw_data_processing.md index 9d3877f6..f8246ef4 100644 --- a/jupyter-book/introduction/raw_data_processing.md +++ b/jupyter-book/introduction/raw_data_processing.md @@ -150,6 +150,8 @@ A good (left) and a bad (right) per sequence quality score plot. The plot on the ``` +Multiple FastQC reports can be combined into a single report using the tool [`MultiQC`](https://multiqc.info). + (raw-proc:aln-map)= ## Alignment and mapping