Skip to content

Commit

Permalink
Update loadBatchFxns.m
Browse files Browse the repository at this point in the history
  • Loading branch information
bahanonu committed Nov 10, 2021
1 parent ff12685 commit 1441e1c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions +ciapkg/loadBatchFxns.m
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,13 @@ function loadBatchFxns(varargin)
pathToRm = foundFiles.folder;
end
end
% extractor now in sub-directory
if strcmp(thisFxn,'extractor.m')
[pathToRm,~,~] = fileparts(pathToRm);
end


if ~isempty(pathToRm)
% extractor now in sub-directory
if strcmp(thisFxn,'extractor.m')
[pathToRm,~,~] = fileparts(pathToRm);
end

if strcmp(thisFxn,'CELLMax_Wrapper.m')|strcmp(thisFxn,'cellmax.runCELLMax')
thisFxnStr = thisFxn;
% pathToRm = [pathToRm filesep 'calciumImagingAnalysis'];
Expand Down

0 comments on commit 1441e1c

Please sign in to comment.