https://github.com/zivlab/CellReg
Revision 5148200412574dd7ad02b7f66bf346c071d330bc authored by Liron Sheintuch on 08 October 2017, 12:41:28 UTC, committed by Liron Sheintuch on 08 October 2017, 12:41:28 UTC
1 parent 01c0226
Raw File
Tip revision: 5148200412574dd7ad02b7f66bf346c071d330bc authored by Liron Sheintuch on 08 October 2017, 12:41:28 UTC
updated README file.
Tip revision: 5148200
setup.m
CellReg_directory=fileparts(which('setup.m'));
addpath(genpath(fullfile(CellReg_directory,'CellReg')));
addpath(genpath(fullfile(CellReg_directory,'GUI')));
savepath();
back to top