From cfb34d02b9bbfe473fd79b129ba146cc35341f9e Mon Sep 17 00:00:00 2001 From: tcezard Date: Mon, 23 Oct 2023 22:04:11 +0100 Subject: [PATCH] fix regex --- eva_submission/etc/eva_project_validation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eva_submission/etc/eva_project_validation.yaml b/eva_submission/etc/eva_project_validation.yaml index e166b4f..ebaa845 100644 --- a/eva_submission/etc/eva_project_validation.yaml +++ b/eva_submission/etc/eva_project_validation.yaml @@ -106,7 +106,7 @@ Sample: cell_line: { type: 'string', nullable: True} serotype: { type: 'string', nullable: True} serovar: { type: 'string', nullable: True} - Novel attribute(s) : { type: 'string', nullable: True, regex: '[\w.\-]+:[\w.\-]+(,\s*[\w.\-]+:[\w.\-]+)'} + Novel attribute(s): { type: 'string', nullable: True, regex: '[\w.\-]+:[\w.\-]+(,\s*[\w.\-]+:[\w.\-]+)*'} Files: type: 'list'