From 8189450ae5705e2542c5fe0c4a939fc450f1255b Mon Sep 17 00:00:00 2001 From: mapo9 Date: Mon, 23 Sep 2024 15:09:31 +0200 Subject: [PATCH] linting --- nextflow_schema.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index 40703948..5928ffa8 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -518,7 +518,7 @@ "help_text": "Options for running raw RNA seq data.", "fa_icon": "fab fa-pagelines" }, - + "mixcr_options": { "title": "MiXCR options", "type": "object", @@ -554,13 +554,13 @@ "fa_icon": "fas fa-weight-scale" }, "mixcr_productive_only": { - "type": "string", + "type": "boolean", "default": true, "description": "Filter out non-productive sequencs for individual postprocessing.", "fa_icon": "fas fa-check" }, "mixcr_drop_outliers": { - "type": "string", + "type": "boolean", "default": false, "description": "Drop outliers below downsampling value as defined in `mixcr_downsampling` individual postprocessing.", "fa_icon": "fas fa-splotch" @@ -921,6 +921,9 @@ }, { "$ref": "#/definitions/generic_options" + }, + { + "$ref": "#/definitions/mixcr_options" } ], "properties": {