Skip to content

Commit e55e62c

Browse files
committed
ADD: Parsing for space+cohort structure
1 parent b1e9c5d commit e55e62c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

niworkflows/data/nipreps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@
115115
},
116116
{
117117
"name": "from",
118-
"pattern": "(?:^|_)from-([a-zA-Z0-9]+).*xfm"
118+
"pattern": "(?:^|_)from-([a-zA-Z0-9\\+]+).*xfm"
119119
},
120120
{
121121
"name": "to",
122-
"pattern": "(?:^|_)to-([a-zA-Z0-9]+).*xfm"
122+
"pattern": "(?:^|_)to-([a-zA-Z0-9\\+]+).*xfm"
123123
},
124124
{
125125
"name": "mode",

0 commit comments

Comments
 (0)