From c83e81885d1c15d79fded6c3443fa3afb5f5cef1 Mon Sep 17 00:00:00 2001 From: James Fellows Yates Date: Thu, 13 Jul 2023 09:44:10 +0200 Subject: [PATCH] Fix linting --- nextflow_schema.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index ec9b1fbb..bcfc4109 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -248,11 +248,6 @@ "description": "Custom MultiQC yaml file containing HTML including a methods description.", "fa_icon": "fas fa-cog" }, - "schema_ignore_params": { - "type": "string", - "hidden": true, - "default": "genomes" - }, "validate_params": { "type": "boolean", "description": "Boolean whether to validate parameters against the schema at runtime",