Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bucanl_eeglab_extensions
Batch Context
Commits
eed30957
Commit
eed30957
authored
Sep 05, 2018
by
Tyler Collins
Browse files
Doc update to make_job_dir
parent
e4c50803
Changes
1
Hide whitespace changes
Inline
Side-by-side
batch/exec_func/@ef_base_driver/make_job_dir.m
View file @
eed30957
% make_job_dir() - Helper function for creating the required state of a job folder.
%
% Usage:
% >> make_job_dir(driver,job_struct);
%
% Inputs:
% drive - Reference to object which specifies cluster configurations.
% job - Specific submission information. See job_struct usage in pop_runhtb.
%
% Outputs:
% An updated job_struct object with pathing information on each subject.
%
% See also:
% pop_runhtb()
%
% Copyright (C) 2017 Brock University Cognitive and Affective Neuroscience Lab
%
% Code written by James A. Desjardins, Allan Campopiano, Andrew Lofts,
% and Brad Kennedy
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation; either version 2 of the License, or
% (at your option) any later version.
%
% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with this program (LICENSE.txt file in the root directory); if not,
% write to the Free Software Foundation, Inc., 59 Temple Place,
% Suite 330, Boston, MA 02111-1307 USA
function
job
=
make_job_dir
(
drive
,
job
)
if
nargin
<
2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment