Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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,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
Loading