Skip to content

Commit 6696601

Browse files
authored
Merge pull request #95 from neuroscout/fix/derivatives_input
REL: 0.6.2
2 parents 4f77132 + 26faf7c commit 6696601

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.6.1
1+
FROM poldracklab/fitlins:0.6.2
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.3.1'
1+
__version__ = '0.3.3'

neuroscout_cli/commands/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def run(self):
3030
'dataset',
3131
f'--model={model_path}',
3232
'--ignore=/(.*desc-confounds_regressors.tsv)/',
33-
f'--derivatives={bundle_path}',
33+
f'--derivatives={bundle_path} {preproc_path}',
3434
f'--smoothing={smoothing}:Dataset'
3535
]
3636

0 commit comments

Comments
 (0)