Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bucanl_eeglab_extensions
Batch Context
Compare Revisions
c3d6b7a91cbac10c055aae6814ed63c72fd0d265...47fdc6e67f923147cc88586e8ad2516a603091c7
Commits (1)
updated the help text/description for ef_exec_str.m
· 47fdc6e6
Mike Cichonski
authored
Mar 15, 2019
47fdc6e6
Hide whitespace changes
Inline
Side-by-side
batch/exec_func/ef_exec_str.m
View file @
47fdc6e6
% ef_gen_m() - Based on job_struct parameters this function builds the *.m
% file that will be executed as a batch pipeline. This function is used on any
% job_struct cell whose software field is set to Octave, Matlab or None.
% ef_exec_str() - This function generates the unique *.m files for each data file
% in the batch out of the template *.htb file by replacing all the
% string swaps specified in the config file. It also generates a
% string based on the config parameters to submit the remote job(s).
%
% Usage:
% >> job_struct=ef_
gen_m
(job_struct)
% >> job_struct=ef_
exec_str
(job_struct)
%
% Required Inputs:
% job_struct = structure created by pop_runhtb that contains the
...
...
@@ -13,7 +14,7 @@
% Outputs:
% job_struct = updated intput.
%
% See also: pop_runhtb(), ef_current_base(), ef_sqsub()
% See also: pop_runhtb(), ef_current_base(), ef_sqsub()
, ef_gen_m()
% Copyright (C) 2017 Brock University Cognitive and Affective Neuroscience Lab
%
...
...
@@ -88,4 +89,4 @@ mkdir(fullfile(job_struct.context_config.log,job_struct.m_path));
% fclose(fidM);
job_struct
.
exec_str
{
bfni
}
=
batchStr
;
end
\ No newline at end of file
end