Skip to content

Commit d5f61bf

Browse files
authored
Merge pull request #89 from neuroscout/fix/meta-data
Bump fitlins to 0.5.0
2 parents 9ac2dca + ae7ef2c commit d5f61bf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM poldracklab/fitlins:0.4.0
1+
FROM poldracklab/fitlins:0.5.1
22

33
# Set user back to root
44
USER root

neuroscout_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.1'
1+
__version__ = '0.3'

neuroscout_cli/commands/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
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',

0 commit comments

Comments
 (0)