Skip to content

Commit

Permalink
Adjusted regex for bigbrainwarp
Browse files Browse the repository at this point in the history
Now the regex allows things like 2024-09-09 or type-23_abc.NN,
basically any number of alphanums sequences separated by dashes or periods.
  • Loading branch information
prioux committed Sep 9, 2024
1 parent 8a2b38e commit c741253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boutiques_descriptors/bigbrainwarp-august-2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"freesurfer_license": [ "FreesurferLicense", "TextFile", "SingleFile" ]
},
"BoutiquesInputRegexChecker": {
"descriptor_of_input": [ "\\w+", "The descriptor must be a simple identifier of letters and digits" ]
"descriptor_of_input": [ "\\w+([\\.-]\\w+)*", "The descriptor must be a simple identifier of letters and digits, with maybe dashes or periods" ]
},
"BoutiquesFreesurferLicenseFinder": "freesurfer_license"
}
Expand Down

0 comments on commit c741253

Please sign in to comment.