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 + } + } }