From ecffa90471a58a9bd3c11d5a0a2412b627187bec Mon Sep 17 00:00:00 2001 From: Erik Fasterius Date: Fri, 26 Jan 2024 09:25:10 +0100 Subject: [PATCH] Change QC threshold type from integer to number --- nextflow_schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index b3e1af1..5db2fe4 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -114,20 +114,20 @@ "fa_icon": "fas fa-hashtag" }, "st_qc_mito_threshold": { - "type": "integer", + "type": "number", "default": 20, "description": "The maximum proportion of mitochondrial content that a spot is allowed to have to pass the filtering.", "help_text": "If you do not wish to filter based on mitochondrial content, set this parameter to `100`.", "fa_icon": "fas fa-hashtag" }, "st_qc_ribo_threshold": { - "type": "integer", + "type": "number", "default": 0, "description": "The minimum proportion of ribosomal content that a spot is needs to have to pass the filtering (no filtering is done by defeault).", "fa_icon": "fas fa-hashtag" }, "st_qc_hb_threshold": { - "type": "integer", + "type": "number", "default": 100, "description": "The maximum proportion of haemoglobin content that a spot is allowed to have to pass the filtering (no filtering is done by defeault).", "fa_icon": "fas fa-hashtag"