File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM poldracklab/fitlins:0.4.0
1+ FROM poldracklab/fitlins:0.5.1
22
33# Set user back to root
44USER root
Original file line number Diff line number Diff line change 1- __version__ = '0.1.1 '
1+ __version__ = '0.3 '
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def run(self):
2929 str (out_dir ),
3030 'dataset' ,
3131 '--model={}' .format (model_path ),
32- '--ignore=/(fmriprep.*$(?<= tsv) )/' ,
32+ '--ignore=/(.*desc-confounds_regressors. tsv)/' ,
3333 '--derivatives={} {}' .format (
3434 bundle_path , preproc_path ),
3535 '--smoothing={}:Dataset' .format (smoothing )
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'neuroscout-cli' ,
6- version = '0.2.1 ' ,
6+ version = '0.3 ' ,
77 description = 'Neuroscout command line interface and neuroimaging workflows.' ,
88 url = 'https://github.com/PsychoinformaticsLab/neuroscout-cli' ,
99 author = 'UT Psychoinformatics Lab' ,
You can’t perform that action at this time.
0 commit comments