From 14f682eb8dcaeab59a33383870a60106aac67b55 Mon Sep 17 00:00:00 2001 From: Nico Trummer Date: Wed, 16 Oct 2024 11:52:11 +0200 Subject: [PATCH] Fix references in nextflow_schema.json --- nextflow_schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index d22fb77..a0ee139 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -456,10 +456,10 @@ "$ref": "#/$defs/input_output_options" }, { - "$ref": "#/definitions/pipeline_options" + "$ref": "#/$defs/pipeline_options" }, { - "$ref": "#/definitions/reference_genome_options" + "$ref": "#/$defs/reference_genome_options" }, { "$ref": "#/$defs/institutional_config_options"