Open avatar-lavventura opened 6 years ago
Hi @avatar-lavventura,
The problem here is that Realign tries to run on a compressed NIftI file (i.e. a file ending with nii.gz
). SPM is not able to uncompress such files. But the output is coming from FSL's Merge
. So you could tell this node to save the output uncompressed by implementing the node with:
merge = pe.Node(interface=fsl.Merge(output_type='NIFTI')
As a reminder, the example workflows on the Nipype homepage are at the moment not tested and therefore not guaranteed to work. Have you already looked at the Nipype Tuorial? There, everything is guaranteed to work :-)
I am trying to run fMRI: SPM Auditory dataset workflow. I have installed fsl.
When I run its source code I have receive following error.
[Q] What may be the reason for this error? How could I fix this error?