From fc7d58bf2224403c54d22a58707d01a0f6636e17 Mon Sep 17 00:00:00 2001 From: nschcolnicov Date: Tue, 15 Oct 2024 16:06:11 +0000 Subject: [PATCH] remove value from schema --- nextflow_schema.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index dc5a3c3f..b9f43f08 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -499,11 +499,5 @@ { "$ref": "#/$defs/generic_options" } - ], - "properties": { - "igenomes_base": { - "type": "string", - "default": "s3://ngi-igenomes/igenomes/" - } - } + ] }