-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interface Normalize failed to run. #1900
Comments
I believe the script you're using is only compatible with SPM versions < 12. The workflow you are using is wrapping the old normalize function, while SPM12 is using a newer version of the function. @satra wdyt? |
Hello,
|
@mgxd - can you check out the workflow on the tutorial dataset. in theory it should work, but the crashfile suggests that the interface is not getting any inputs, and therefore the output of segment is not working:
@ankita940 - could you please report the contents of the _report.rst inside the segment working directory? |
Hello @satra , Below attached the content of _report.rst file: Node: firstlevel (preproc (segment (spm)Hierarchy : level1.firstlevel.preproc.segment Original Inputs
Execution Inputs
Execution Outputs
Runtime info
Terminal output
|
@ankita940 - could you try adding this line after the segment node is defined:
and then run it again? |
Hello @satra Its again giving an error regarding normalize but now i guess its because of may be version Here is the crash file generated-
|
Hello @satra @mgxd , Is there is some dependency that is missing from system.Please can anyone help me to solve the problem Any help will be appreciated. |
@ankita940 AFAIK, this is a compatibility issue with SPM12. We'll have to revisit this workflow and update it for both versions of SPM |
@mgxd |
@ankita940 have you tried with spm8? if so, can you verify that was the problem? |
@ankita940 had a similar error trying to run Normalize12 with Matlab2017A. It executed successfully by specifying the
Unfortunately I do not know why this is the case, but it seems like the template file is not being set correctly in the cmd-line call to matlab. You all are the experts, though. |
@hurtb are you including the property
|
@mgxd - yes. All of the |
Hello,
I am new to nipye, I am running a pipeline on fmri auditory dataset but its giving error on nomalization(using spm.Normalize()) .
thank you,
I am attaching the crash file produced -
The text was updated successfully, but these errors were encountered: