From 2754567dae3eae1d7e5473572af7f706df8f0922 Mon Sep 17 00:00:00 2001 From: LouisBzh Date: Fri, 8 Nov 2024 12:25:39 +0100 Subject: [PATCH] Fix linting --- nextflow_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index b1cb417e..96b6f8e1 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -133,7 +133,7 @@ "type": "string", "description": "Whether to generate a binary reference file to be used with GLIMPSE2" }, - "chunk_model" : { + "chunk_model": { "type": "string", "description": "Model type to use for GLIMPSE2_CHUNK", "enum": ["recursive", "sequential", "uniform-number-variants"],