https://github.com/zivlab/CellReg
Raw File
Tip revision: f2c90b49eb01bc6dfe279c4d0d86d7d3d9534146 authored by Liron Sheintuch on 06 September 2017, 16:16:18 UTC
fixed align sessions for the case of inappropriate alignment.
Tip revision: f2c90b4
setup.m
CellReg_directory=fileparts(which('setup.m'));
addpath(genpath(fullfile(CellReg_directory,'CellReg')));
addpath(genpath(fullfile(CellReg_directory,'GUI')));
savepath();
back to top