From b0250a01913f979a10908fe282330915fa64a371 Mon Sep 17 00:00:00 2001 From: David Laehnemann Date: Wed, 17 Apr 2024 18:25:02 +0200 Subject: [PATCH] fix: whitespace to underscores (syntax) --- workflow/schemas/config.schema.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/schemas/config.schema.yaml b/workflow/schemas/config.schema.yaml index 572572e..bccd456 100644 --- a/workflow/schemas/config.schema.yaml +++ b/workflow/schemas/config.schema.yaml @@ -37,7 +37,7 @@ properties: type: integer min_discordant_read_pairs: type: integer - max_uncovered fraction: + max_uncovered_fraction: type: number min_mean_coverage: type: number @@ -49,7 +49,7 @@ properties: - min_circle_score - min_split_reads - min_discordant_read_pairs - - max_uncovered fraction + - max_uncovered_fraction - min_mean_coverage - min_circle_length - max_circle_length