Skip to content

Commit

Permalink
updated sample field orders
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheww95 committed Nov 5, 2024
1 parent 39c8505 commit 14653fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/schema_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"items": {
"type": "object",
"properties": {
"sample_name": {
"sample": {
"type": "string",
"pattern": "^[^\\s\\.]+$",
"meta": ["external_id"],
"pattern": "^[^\\.]\\S+$",
"meta": ["id"],
"unique": true,
"errorMessage": "This field cannot contain .iridanext_output."
"errorMessage": "Sample name to be used in report generation."
},
"sample": {
"sample_name": {
"type": "string",
"pattern": "^[^\\.]\\S+$",
"errorMessage": "Optional. Used to override sample when used in tools like IRIDA-Next. Input cannot start with period.",
"meta": ["id"]
"meta": ["external_id"]
},
"fastq_1": {
"type": "string",
Expand Down

0 comments on commit 14653fb

Please sign in to comment.