Skip to content

Commit bb2961d

Browse files
authored
Merge pull request #476 from INCF/chrisfilo-patch-15
add support for behavioral data without timing information
2 parents 46dfa42 + 7d5e209 commit bb2961d

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)