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 f1bca2d commit e57313eCopy full SHA for e57313e
pydra/tasks/dcm2niix/utils.py
@@ -322,7 +322,7 @@ class Dcm2Niix(ShellCommandTask):
322
>>> task.inputs.out_dir = "test-data/output"
323
>>> task.inputs.compress = "y"
324
>>> task.cmdline
325
- 'dcm2niix -o test-data/output -f \'out_file\' -z y \'test-data/test_dicoms\''
+ "dcm2niix -o test-data/output -f 'out_file' -z y 'test-data/test_dicoms'"
326
"""
327
328
input_spec = Dcm2NiixInputSpec
0 commit comments