From 141f493d8d0ca0aba3e5c019f916c8fcf904ded2 Mon Sep 17 00:00:00 2001 From: LouisLeNezet Date: Wed, 20 Mar 2024 17:20:24 +0100 Subject: [PATCH] Fix json --- assets/schema_input_panel.json | 2 +- assets/schema_map.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/schema_input_panel.json b/assets/schema_input_panel.json index fc30e9bd..8d5e12df 100644 --- a/assets/schema_input_panel.json +++ b/assets/schema_input_panel.json @@ -13,7 +13,7 @@ "errorMessage": "Panel name must be provided and cannot contain spaces", "meta": ["id"] }, - "chr" : { + "chr": { "type": "string", "pattern": "^(chr)?[0-9]+$", "errorMessage": "Chromosome must be provided and must be a string containing only numbers, with or without the prefix 'chr'", diff --git a/assets/schema_map.json b/assets/schema_map.json index 67312493..de8455bc 100644 --- a/assets/schema_map.json +++ b/assets/schema_map.json @@ -7,7 +7,7 @@ "items": { "type": "object", "properties": { - "chr" : { + "chr": { "type": "string", "pattern": "^(chr)?[0-9]+$", "errorMessage": "Chromosome must be provided and must be a string containing only numbers, with or without the prefix 'chr'",