Skip to content
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

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

Open
sarwatfatimam opened this issue Nov 3, 2015 · 2 comments

Comments

@sarwatfatimam
Copy link

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
Copy link
Contributor

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
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants