Skip to content

Commit 7d5e209

Browse files
authored
add support for behavioral data without timing information
1 parent 46dfa42 commit 7d5e209

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
@@ -209,7 +209,7 @@ module.exports = {
209209
'\\/(?:(ses-[a-zA-Z0-9]+)' +
210210
'\\/)?beh' +
211211
'\\/\\1(_\\2)?_task-[a-zA-Z0-9]+(?:_acq-[a-zA-Z0-9]+)?(?:_rec-[a-zA-Z0-9]+)?(?:_run-[0-9]+)?'
212-
+ '(?:_beh.json|_events.json|_events.tsv|_physio.tsv.gz|_stim.tsv.gz|_physio.json|_stim.json)$');
212+
+ '(?:_beh.json|_beh.tsv|_events.json|_events.tsv|_physio.tsv.gz|_stim.tsv.gz|_physio.json|_stim.json)$');
213213
return conditionalMatch(funcBeh, path);
214214
},
215215

0 commit comments

Comments
 (0)