neurodebian / spm12

NeuroDebian packaging of SPM12 (official repo at https://github.com/spm)
https://neuro.debian.net/pkgs/matlab-spm8.html
Other
75 stars 64 forks source link

Error: No executable modules, but still unresolved dependencies or incomplete module inputs. #2

Open sarwatfatimam opened 8 years ago

sarwatfatimam commented 8 years ago

I am trying out the example "MULTIMODAL, MULTISUBJECT DATA FUSION" from SPM12 manual. I am getting this output when I run the batch_preproc_meeg_convert.m script.

batch_preproc_meeg_convert Item 'Trial File', field 'val': Number of matching files (0) less than required (1). Item 'Trial File', field 'val': Number of matching files (0) less than required (1). Item 'Trial File', field 'val': Number of matching files (0) less than required (1). Item 'Trial File', field 'val': Number of matching files (0) less than required (1). Error using spm_jobman>fill_run_job (line 474) No executable modules, but still unresolved dependencies or incomplete module inputs.

Error in spm_jobman (line 246) sts = fill_run_job('run', cjob, varargin{3:end});

Error in batch_preproc_meeg_convert (line 16) spm_jobman('run', jobs, inputs{:});

I have rechecked all the modules and its steps but still I am unable to figure out the error. Can you explain the error?

gllmflndn commented 8 years ago

Hi @Sarwat-Fatima, For this sort of request best is to use the SPM mailing list: http://www.fil.ion.ucl.ac.uk/spm/support/ Thank you!

emma-sjwang commented 2 years ago

Hi,

Have you solved this problem?

I meet the same problem when using segment_batch.mat for MRI image segmentation.

Initialising batch system... done. Item 'Tissue probability map', field 'val': Value must be either empty, a cellstr or a cfg_dep object. Item 'Tissue probability map', field 'val': Value must be either empty, a cellstr or a cfg_dep object. Item 'Tissue probability map', field 'val': Value must be either empty, a cellstr or a cfg_dep object. Item 'Tissue probability map', field 'val': Value must be either empty, a cellstr or a cfg_dep object. Item 'Tissue probability map', field 'val': Value must be either empty, a cellstr or a cfg_dep object. Item 'Tissue probability map', field 'val': Value must be either empty, a cellstr or a cfg_dep object.

Error using spm_jobman>fill_run_job (line 474) No executable modules, but still unresolved dependencies or incomplete module inputs.

Error in spm_jobman (line 247) sts = fill_run_job('run', cjob, varargin{3:end});

Error in process_pet_mni (line 72) spm_jobman('run',matlabbatch)