From 380691444dd24ddf9d7d880e1774d1b907f6718e Mon Sep 17 00:00:00 2001 From: Vadym Ivanchuk Date: Mon, 11 Apr 2022 15:20:28 +0200 Subject: [PATCH] remove pct_5x --- BALSAMIC/constants/quality_check_reporting.py | 1 - 1 file changed, 1 deletion(-) diff --git a/BALSAMIC/constants/quality_check_reporting.py b/BALSAMIC/constants/quality_check_reporting.py index 15f634240..64b6a80ef 100644 --- a/BALSAMIC/constants/quality_check_reporting.py +++ b/BALSAMIC/constants/quality_check_reporting.py @@ -94,7 +94,6 @@ "MEAN_INSERT_SIZE": {"condition": None}, "MEDIAN_COVERAGE": {"condition": None}, "FastQC_mqc-generalstats-fastqc-percent_duplicates": {"condition": None}, - "PCT_5X": {"condition": None}, "PCT_15X": {"condition": None}, "PCT_30X": {"condition": None}, "PCT_60X": {"condition": None},