File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- __version__ = '0.5.2 '
1+ __version__ = '0.5.3 '
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def run(self, upload_only=False):
4343 str (out_dir ),
4444 'dataset' ,
4545 f'--model={ model_path } ' ,
46- '--ignore=/(.*desc-confounds_regressors.tsv )/' ,
46+ '--ignore=/(.*desc-confounds_regressors.* )/' ,
4747 f'--derivatives={ str (self .bundle_dir .absolute ())} { str (self .preproc_dir .absolute ())} ' ,
4848 f'--smoothing={ smoothing } :Dataset' ,
4949 f'--estimator={ estimator } '
@@ -109,11 +109,11 @@ def run(self, upload_only=False):
109109
110110 group = [str (i ) for i in images .glob ('*statmap.nii.gz' )
111111 if re .match (
112- '.*stat-[ t|F|variance|effect] +.*' , i .name )]
112+ '.*stat-( t|F|variance|effect) +.*' , i .name )]
113113
114114 if neurovault == 'all' :
115115 sub = [str (i ) for i in images .glob ('sub*/*statmap.nii.gz' )
116- if re .match ('.*stat-[ variance|effect] +.*' , i .name )]
116+ if re .match ('.*stat-( variance|effect) +.*' , i .name )]
117117 else :
118118 sub = None
119119
Original file line number Diff line number Diff line change 11docopt == 0.6.2
22datalad == 0.10.2
33tqdm
4- pyns == 0.4.6
4+ pyns == 0.4.7
55git+https://github.com/bids-standard/pybids.git@maint/0.13.x
You can’t perform that action at this time.
0 commit comments