https://github.com/zivlab/CellReg
Revision feed5387b65cf1a548eaf9d22c2aa0047e84d32e authored by Sheintuch on 26 January 2022, 16:16:08 UTC, committed by Sheintuch on 26 January 2022, 16:16:08 UTC
1 parent 2ab9a22
Raw File
Tip revision: feed5387b65cf1a548eaf9d22c2aa0047e84d32e authored by Sheintuch on 26 January 2022, 16:16:08 UTC
moved format converter to helper directory and updated README and log to new version v1.4.8.
Tip revision: feed538
CellReg_setup.m
CellReg_directory=fileparts(which('CellReg_setup.m'));
addpath(genpath(fullfile(CellReg_directory,'CellReg')));
addpath(genpath(fullfile(CellReg_directory,'GUI')));
savepath();
back to top