Skip to content

Commit 8c4eaf8

Browse files
authored
Merge pull request #101 from neuroscout/f-tests-upload
Include F tests for group test images
2 parents ad46ca6 + 7d323ea commit 8c4eaf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

neuroscout_cli/commands/run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ def run(self):
7373
images = images / ses_dirs[0]
7474

7575
group = [i for i in images.glob('task*statmap.nii.gz')
76-
if re.match('.*stat-[t|variance|effect]+.*', i.name)]
76+
if re.match(
77+
'.*stat-[t|F|variance|effect]+.*', i.name)]
7778

7879
if neurovault == 'all':
7980
sub = [i for i in images.glob('sub*/*statmap.nii.gz')

0 commit comments

Comments
 (0)