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 ffea51f commit cbfda88Copy full SHA for cbfda88
pydra/tasks/fsl/utils/filterregressor.py
@@ -83,7 +83,7 @@ class FilterRegressor(ShellCommandTask):
83
>>> task.inputs.filter_columns = "1,2,3"
84
>>> task.inputs.out_file = "test_filtered.nii.gz"
85
>>> task.cmdline
86
- 'fsl_regfilt -i test.nii.gz -o test_filtered.nii.gz -d design -f '1,2,3''
+ "fsl_regfilt -i test.nii.gz -o test_filtered.nii.gz -d design -f '1,2,3'"
87
"""
88
89
input_spec = FilterRegressor_input_spec
0 commit comments