We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f77132 + 26faf7c commit 6696601Copy full SHA for 6696601
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM poldracklab/fitlins:0.6.1
+FROM poldracklab/fitlins:0.6.2
2
3
# Set user back to root
4
USER root
neuroscout_cli/__init__.py
@@ -1 +1 @@
-__version__ = '0.3.1'
+__version__ = '0.3.3'
neuroscout_cli/commands/run.py
@@ -30,7 +30,7 @@ def run(self):
30
'dataset',
31
f'--model={model_path}',
32
'--ignore=/(.*desc-confounds_regressors.tsv)/',
33
- f'--derivatives={bundle_path}',
+ f'--derivatives={bundle_path} {preproc_path}',
34
f'--smoothing={smoothing}:Dataset'
35
]
36
0 commit comments