3dMVM model test

When I try to run :
tcsh study_MVMscripter_scri.tcsh

which was an output from: fat_mvm_scripter.py

I get the following message:
Argument list too long.

But I’m not sure what to do about that and how to fix it.

Any help would be appreciated.

Hi, Sondos-

What is your fat_mvm_scripter.py command used to make that script? Also, how many subjects are in your data set?

–pt

Hi Paul,

the command I used is:

fat_mvm_scripter.py --vars=‘Subj visit’ --log_file=/Users/network3/MVMprep.log --table=/Users/network3/MVMtbl.txt --prefix=study_MVMscripter

Also, I’m working with 794 subjects.

Hi, Sondos-

Hmm, how many GLTs are there? That looks like a Linux shell error for having too many arguments to a command.

Another question is how large is the data table? That is a lot of subjects, and with a lot of ROIs that could get quite large.

–pt

Hi Paul

I’m not sure what you mean by ‘how many GLT’s are there?’ wouldn’t it run one GLT for all subject?

There are 10 ROI’s.

Do you have any suggestions for what I could do to work around this?