From 596df450ca784369be156821bab66c5bdc0bf65b Mon Sep 17 00:00:00 2001 From: Malte Weyrich Date: Wed, 7 Aug 2024 21:51:31 +0200 Subject: [PATCH] making mirna_expression parameter optional --- nextflow_schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index ef992d4e..bce90b44 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -59,7 +59,6 @@ "type": "object", "fa_icon": "fas fa-terminal", "description": "Define paths and threasholds for miRNA analysis.", - "required": ["mirna_expression"], "properties": { "mirna_expression": { "type": "string",