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" },