We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad46ca6 + 7d323ea commit 8c4eaf8Copy full SHA for 8c4eaf8
neuroscout_cli/commands/run.py
@@ -73,7 +73,8 @@ def run(self):
73
images = images / ses_dirs[0]
74
75
group = [i for i in images.glob('task*statmap.nii.gz')
76
- if re.match('.*stat-[t|variance|effect]+.*', i.name)]
+ if re.match(
77
+ '.*stat-[t|F|variance|effect]+.*', i.name)]
78
79
if neurovault == 'all':
80
sub = [i for i in images.glob('sub*/*statmap.nii.gz')
0 commit comments