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.
1 parent 8f62082 commit 3ee3557Copy full SHA for 3ee3557
pydra/tasks/dcm2niix/utils.py
@@ -362,7 +362,7 @@ class Dcm2Niix(ShellCommandTask):
362
>>> task.inputs.out_dir = "test-data"
363
>>> task.inputs.compress = "y"
364
>>> task.cmdline
365
- "dcm2niix -o test-data -f out_file -z y test-data/test_dicoms"
+ 'dcm2niix -o test-data -f out_file -z y test-data/test_dicoms'
366
"""
367
368
input_spec = Dcm2NiixInputSpec
0 commit comments