File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22neuroscout
33
44Usage:
5- neuroscout run [-ui <dir> -s <k> -w <dir> -c <n> -n <nv>] <outdir> <bundle_id>...
5+ neuroscout run [-ui <dir> -s <k> -w <dir> -c <n> -n <nv> -d ] <outdir> <bundle_id>...
66 neuroscout install [-ui <dir>] <bundle_id>...
77 neuroscout ls <bundle_id>
88 neuroscout -h | --help
1818 -u, --unlock Unlock datalad dataset
1919 -n, --neurovault <nv> Upload mode (disable, force, or enable)
2020 [default: enable]
21+ -d, --drop-missing Drop missing contrast
2122
2223Commands:
2324 run Runs a first level, group level, or full analysis.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def run(self):
4747 if name .startswith ('--' ):
4848 if value is True :
4949 fitlins_args .append ('{}' .format (name ))
50- if value is not None and value is not False :
50+ elif value is not None and value is not False :
5151 fitlins_args .append ('{}={}' .format (name , value ))
5252 else :
5353 if value is not False and value is not None :
You can’t perform that action at this time.
0 commit comments