Skip to content

Commit

Permalink
fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Oct 23, 2023
1 parent 4bc87f0 commit cfb34d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eva_submission/etc/eva_project_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit cfb34d0

Please sign in to comment.