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 a3c391c commit c644343Copy full SHA for c644343
nipype/interfaces/dtitk/registration.py
@@ -161,7 +161,7 @@ def _list_outputs(self):
161
162
class ComposeXfmInputSpec(CommandLineInputSpec):
163
in_df = File(desc='diffeomorphic warp file', exists=True,
164
- argstr="-df %s", copyfile=False, mandatory=True)
+ argstr="-df %s", mandatory=True)
165
in_aff = File(desc='affine transform file', exists=True,
166
argstr="-aff %s", mandatory=True)
167
out_file = File(desc='output path',
0 commit comments