... | ... | @@ -171,6 +171,13 @@ If you are running a different program other than octave your session init scrip |
|
|
|
|
|
**7. M File Init**
|
|
|
* This field will contain the location of any scripts you need to run on the remote sever at the beginning of the job. If you are running a project locally or running a binary file you can leave this field blank.
|
|
|
:b: Remote Default for Matlab is *analysis/support/config/matlab.minit* containing:
|
|
|
|
|
|
```
|
|
|
pop_editoptions('option_savetwofiles', 0,'option_single',0);
|
|
|
```
|
|
|
In order to make sure your EEGLAB has its options set properly.
|
|
|
|
|
|
:b: Remote Default for Octave is *analysis/support/config/octave.minit* containing:
|
|
|
|
|
|
```
|
... | ... | |