https://github.com/zivlab/CellReg
Revision 22d4404ed24f0a67cc2af0a543cb8e9411067c9f authored by Sheintuch on 25 July 2023, 02:46:48 UTC, committed by Sheintuch on 25 July 2023, 02:46:48 UTC
1 parent 9da4749
Raw File
Tip revision: 22d4404ed24f0a67cc2af0a543cb8e9411067c9f authored by Sheintuch on 25 July 2023, 02:46:48 UTC
updated README file to new version v1.5.4
Tip revision: 22d4404
CellReg_setup.m
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();
back to top