Skip to content

Commit 93393e7

Browse files
FIX: add debug option to workflow call
1 parent 5fb5fad commit 93393e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nirodents/cli/brainextraction.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def main():
3737
be = init_rodent_brain_extraction_wf(
3838
in_template=opts.template,
3939
omp_nthreads=opts.omp_nthreads,
40+
debug=opts.debug
4041
)
4142
be.inputs.inputnode.in_files = opts.input_image
4243
nipype_plugin = {"plugin": "Linear"}

0 commit comments

Comments
 (0)