From 9334814afaffcd8e4a22ee84bd0515fa1586ceac Mon Sep 17 00:00:00 2001 From: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:18:31 +0100 Subject: [PATCH] Fix: save_trimmed_fail is a boolean save_trimmed_fail had conflicting settings for boolean and enum of two strings. This removes the enum option. --- nextflow_schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index 0b1d176..1094e1c 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -44,7 +44,6 @@ "properties": { "save_trimmed_fail": { "type": "boolean", - "enum": ["true", "false"], "description": "save files that failed to pass trimming thresholds ending in `*.fail.fastq.gz`" }, "save_merged": {