From ff6d80690a8946ff3acee6c7a6297c5df1fa3569 Mon Sep 17 00:00:00 2001 From: nwillhoft Date: Fri, 18 Oct 2024 12:18:53 +0100 Subject: [PATCH] Correct string type to boolean --- nextflow/workflows/db_cleanup/nextflow_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow/workflows/db_cleanup/nextflow_schema.json b/nextflow/workflows/db_cleanup/nextflow_schema.json index 2c8b7fcc4..a3f4d816e 100644 --- a/nextflow/workflows/db_cleanup/nextflow_schema.json +++ b/nextflow/workflows/db_cleanup/nextflow_schema.json @@ -38,7 +38,7 @@ "required": true }, "drop_source_db": { - "type": "string", + "type": "boolean", "description": "Boolean to drop the source database after put into storage", "default": false },