https://github.com/zivlab/CellReg
Revision 197d6c4dd30e8349431328a9e113e419238efa92 authored by Liron Sheintuch on 07 September 2017, 09:01:33 UTC, committed by Liron Sheintuch on 07 September 2017, 09:01:33 UTC
1 parent 1f05bd3
Raw File
Tip revision: 197d6c4dd30e8349431328a9e113e419238efa92 authored by Liron Sheintuch on 07 September 2017, 09:01:33 UTC
fixed alignment for cases of insufficient similarities across sessions.
Tip revision: 197d6c4
setup.m
CellReg_directory=fileparts(which('setup.m'));
addpath(genpath(fullfile(CellReg_directory,'CellReg')));
addpath(genpath(fullfile(CellReg_directory,'GUI')));
savepath();
back to top