Skip to content

Commit

Permalink
Merge pull request #316 from jonasscheid/dev
Browse files Browse the repository at this point in the history
Fix validation for bruker files
  • Loading branch information
jonasscheid authored Mar 26, 2024
2 parents fec2a66 + 1261417 commit e0f2cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/schema_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"ReplicateFileName": {
"type": "string",
"format": "file-path",
"format": "path",
"exists": true,
"pattern": "^\\S+-?\\.(raw|RAW|mzML|mzML.gz|d|d.tar|d.tar.gz|d.zip)$",
"pattern": "^\\S+\\.(raw|RAW|mzML|mzML.gz|d|d.tar|d.tar.gz|d.zip)$",
"errorMessage": "MS file cannot contain spaces and must have one of the extensions: raw | RAW | mzML | mzML.gz | d | d.tar | d.tar.gz | d.zip"
}
},
Expand Down

0 comments on commit e0f2cee

Please sign in to comment.