Skip to content

Commit

Permalink
Add missing file column to snfs schema
Browse files Browse the repository at this point in the history
  • Loading branch information
fellen31 committed Aug 16, 2023
1 parent bcae889 commit 5856b0e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/schema_snfs.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@
"pattern": "^\\S+$",
"errorMessage": "Sample name must be provided and cannot contain spaces",
"meta": ["id"]
},
"file": {
"format": "file-path",
"type": "string",
"pattern": "^\\S+\\.snf$",
"errorMessage": "SNF file must be provided, cannot contain spaces and must have extension '.snf"
}

},
"required": ["sample", "file"]
}
Expand Down

0 comments on commit 5856b0e

Please sign in to comment.