-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hello
I am new to BIDS and plan to update all my custom spm scripts to run on BIDS data.
BIDS-Apps/SPM seems to be a first step in this direction, but running on some of my data (one subject, one run, anat and func images only) I get the following error:
Execution failed: /opt/spm12/spm_BIDS_App.m
Error using cell/ismember
Input A of class double and input B of class cell must be cell arrays of character vectors, unless one is a character vector.
Error in ismember
Error in spm (line 1139)
Error in spm_standalone (line 115)
Note that SPM starts successfully (I can see the SPM logo after executing the docker run command). The error message appears after quite some time (about 5 minutes or so), so it seems to work on something, but in my output folder there seems to be only copies of the original files.
Of course my data are BIDS validated.
Thanks for you help!