From 2ceaa6552891fd868d074c3dd82e08204bf5f64c Mon Sep 17 00:00:00 2001 From: Rachel LEGENDRE <rachel.legendre@pasteur.fr> Date: Fri, 5 Nov 2021 14:16:47 +0100 Subject: [PATCH] better cleaning of names --- config/multiqc_config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/multiqc_config.yaml b/config/multiqc_config.yaml index dd16fbf..9bff216 100644 --- a/config/multiqc_config.yaml +++ b/config/multiqc_config.yaml @@ -93,6 +93,9 @@ extra_fn_clean_exts: - _sort - _sort_dedup_NoBlacklist - _sort_dedup + - _R1 + - _R2 + - _stats - type: remove pattern: '.sorted' - type: regex -- GitLab