From 38de7e12261637e48cc8dd3a07cee8e92eee97ed Mon Sep 17 00:00:00 2001 From: rraadd88 Date: Wed, 2 Oct 2024 11:04:17 -0400 Subject: [PATCH] Update nextflow_schema.json --- nextflow_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index d89b6398e..a4e530260 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -645,7 +645,7 @@ "skip_qc": { "type": "boolean", "fa_icon": "fas fa-fast-forward", - "description": "Skip all QC steps except for MultiQC." + "description": "Skip all QC steps in stage 4 and 5, except for MultiQC." } } },