Skip to content

Commit

Permalink
Merge pull request #857 from mgxd/add/cohort-char-config
Browse files Browse the repository at this point in the history
ADD: Parsing for `space+cohort` structure
  • Loading branch information
mgxd authored Feb 27, 2024
2 parents b1e9c5d + c1f0dca commit bbe6170
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions niworkflows/data/nipreps.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
{
"name": "space",
"pattern": "[_/\\\\]+space-([a-zA-Z0-9]+)"
"pattern": "[_/\\\\]+space-([a-zA-Z0-9\\+]+)"
},
{
"name": "suffix",
Expand Down Expand Up @@ -115,15 +115,15 @@
},
{
"name": "from",
"pattern": "(?:^|_)from-([a-zA-Z0-9]+).*xfm"
"pattern": "(?:^|_)from-([a-zA-Z0-9\\+]+).*xfm"
},
{
"name": "to",
"pattern": "(?:^|_)to-([a-zA-Z0-9]+).*xfm"
"pattern": "(?:^|_)to-([a-zA-Z0-9\\+]+).*xfm"
},
{
"name": "mode",
"pattern": "(?:^|_)mode-(image|points)xfm"
"pattern": "(?:^|_)mode-(image|points).*xfm"
},
{
"name": "hemi",
Expand Down

0 comments on commit bbe6170

Please sign in to comment.