Skip to content

Commit

Permalink
ADD: Parsing for space+cohort structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Feb 27, 2024
1 parent b1e9c5d commit e55e62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions niworkflows/data/nipreps.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@
},
{
"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",
Expand Down

0 comments on commit e55e62c

Please sign in to comment.