From 9acdf89e52a491a0298a7b4250ff99ca843e82f9 Mon Sep 17 00:00:00 2001 From: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:06:22 +0000 Subject: [PATCH] Remove default value from miso_genes_file to prevent checking for false file The default for miso_genes_file was set to `None`, a Python value. It should have been null or blank. This PR removes it. --- nextflow_schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index d216be5..de6a43a 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -659,7 +659,6 @@ }, "miso_genes_file": { "type": "string", - "default": "None", "description": "New-line separate file containing identifiers of genes to plot." }, "miso_read_len": {