Skip to content

Commit

Permalink
added helper directory to CellReg setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheintuch committed Jan 27, 2022
1 parent feed538 commit a308e36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CellReg_setup.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CellReg_directory=fileparts(which('CellReg_setup.m'));
addpath(genpath(fullfile(CellReg_directory,'CellReg')));
addpath(genpath(fullfile(CellReg_directory,'GUI')));
addpath(genpath(fullfile(CellReg_directory,'Helper')));
savepath();

0 comments on commit a308e36

Please sign in to comment.