Skip to content

Commit cd01d97

Browse files
authored
Merge pull request #385 from chrisfilo/fix/sbref_uncompressed
support for uncompressed sbref files
2 parents 0e7ee1c + 054b5b5 commit cd01d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/type.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ module.exports = {
163163
'\\/(?:(ses-[a-zA-Z0-9]+)' +
164164
'\\/)?func' +
165165
'\\/\\1(_\\2)?_task-[a-zA-Z0-9]+(?:_acq-[a-zA-Z0-9]+)?(?:_rec-[a-zA-Z0-9]+)?(?:_run-[0-9]+)?(?:_echo-[0-9]+)?'
166-
+ '(?:_bold.nii.gz|_bold.nii|_bold.json|_sbref.nii.gz|_sbref.json|_events.json|_events.tsv|_physio.tsv.gz|_stim.tsv.gz|_physio.json|_stim.json|_defacemask.nii.gz|_defacemask.nii)$');
166+
+ '(?:_bold.nii.gz|_bold.nii|_bold.json|_sbref.nii.gz|_sbref.nii|_sbref.json|_events.json|_events.tsv|_physio.tsv.gz|_stim.tsv.gz|_physio.json|_stim.json|_defacemask.nii.gz|_defacemask.nii)$');
167167
return conditionalMatch(funcRe, path);
168168
},
169169

0 commit comments

Comments
 (0)