From 0dd868a54ac3d3945505a9d78c42c17c0899ee08 Mon Sep 17 00:00:00 2001 From: Steven Sutcliffe Date: Thu, 14 Nov 2024 15:13:31 -0500 Subject: [PATCH] Add new param to schema --- nextflow_schema.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index a5f1c26..394b2a1 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -214,5 +214,11 @@ { "$ref": "#/definitions/generic_options" } - ] + ], + "properties": { + "rename_with_samplename": { + "type": "boolean", + "default": true + } + } }