https://github.com/zivlab/CellReg
Revision e09d2495287ebdcd10f115abbe45cd9cf9275b57 authored by bouromain on 12 April 2021, 14:17:35 UTC, committed by bouromain on 12 April 2021, 14:17:35 UTC
1 parent 52f96d0
Raw File
Tip revision: e09d2495287ebdcd10f115abbe45cd9cf9275b57 authored by bouromain on 12 April 2021, 14:17:35 UTC
correction for path in demo.m file. It now work on linux and with the smple data porvided in the repo
Tip revision: e09d249
CellReg_setup.m
CellReg_directory=fileparts(which('setup.m'));
addpath(genpath(fullfile(CellReg_directory,'CellReg')));
addpath(genpath(fullfile(CellReg_directory,'GUI')));
savepath();
back to top