From c9d6b9b832db374a9ce81bc0dbaa48bf65ff944e Mon Sep 17 00:00:00 2001 From: David Laehnemann Date: Fri, 12 Jan 2024 10:52:20 +0100 Subject: [PATCH] fix: adjust schema to allow lowercase platform spec also allow for platform `nanopore`, to allow loading as a module in a workflow that also processes nanopore samples (with a different module, but the same samples.tsv) --- workflow/schemas/samples.schema.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/workflow/schemas/samples.schema.yaml b/workflow/schemas/samples.schema.yaml index a8fafc6..2de4034 100644 --- a/workflow/schemas/samples.schema.yaml +++ b/workflow/schemas/samples.schema.yaml @@ -18,7 +18,10 @@ properties: platform: type: string enum: + - "illumina" - "ILLUMINA" + - "nanopore" + - "NANOPORE" description: used sequencing platform required: