-
Notifications
You must be signed in to change notification settings - Fork 535
Closed
Description
Hi,
thanks for the great Framework.
I think there are two bugs in the FSL Eddy wrapper.
[319] in_topup = File(exists=True, desc='Base name for output files from topup', argstr='--topup=%s' )
does not work correctly, because eddy just expects a base name which it uses for two files (basename_fieldcoef.nii.gz and basename_movpar.txt). A quick fix is to set exists=False.
The second bug is in the output check.
[368] outputs['out_parameter'] = '%s..eddy_parameters' % self.inputs.out_base
it should read:
[368] outputs['out_parameter'] = '%s.eddy_parameters' % self.inputs.out_base
(Just one dot between %s and eddy_parameters.
Metadata
Metadata
Assignees
Labels
No labels