From 82cba18c56261a2b9b6ed784326e7760e742894b Mon Sep 17 00:00:00 2001 From: WackerO Date: Thu, 21 Mar 2024 14:43:17 +0100 Subject: [PATCH] removed advanced options key from schema, re-added example of observations_name_col --- conf/test.config | 1 + nextflow_schema.json | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/test.config b/conf/test.config index 49cce2f7..4d4e9454 100644 --- a/conf/test.config +++ b/conf/test.config @@ -34,6 +34,7 @@ params { // Observations observations_id_col = 'sample' + observations_name_col = 'sample' // Apply a higher filter to check that the filtering works filtering_min_abundance=10 diff --git a/nextflow_schema.json b/nextflow_schema.json index 116f1396..f9603f80 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -1324,9 +1324,6 @@ { "$ref": "#/definitions/reporting_options" }, - { - "$ref": "#/definitions/advanced_options" - }, { "$ref": "#/definitions/reference_genome_options" },