Skip to content

Commit

Permalink
Adjusted BigBrainWarp descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
prioux committed Sep 9, 2024
1 parent c741253 commit 841a4c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boutiques_descriptors/bigbrainwarp-august-2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"freesurfer_license": [ "FreesurferLicense", "TextFile", "SingleFile" ]
},
"BoutiquesInputRegexChecker": {
"descriptor_of_input": [ "\\w+([\\.-]\\w+)*", "The descriptor must be a simple identifier of letters and digits, with maybe dashes or periods" ]
"descriptor_of_input": [ "\\w+([\\.-]\\w+)*", "must be a simple identifier of letters and digits, with maybe dashes or periods" ],
"out_name": [ "\\w+", "must be a simple identifier of letters and digits" ]
},
"BoutiquesFreesurferLicenseFinder": "freesurfer_license"
}
Expand Down

0 comments on commit 841a4c6

Please sign in to comment.