From 1f13782225d497dc9a09a836a37f3e934a203cf7 Mon Sep 17 00:00:00 2001 From: "Peter C. Petersen" Date: Tue, 12 Dec 2023 05:42:29 +0100 Subject: [PATCH] Update index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index cf51356..3a5e2c7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,7 +27,7 @@ To address this, we built CellExplorer, a framework for analyzing and characteri ## Getting started 1. [Clone](x-github-client://openRepo/https://github.com/petersenpeter/CellExplorer), fork, or [download](https://github.com/petersenpeter/CellExplorer/archive/master.zip) the repository (cloning or forking is recommended). 2. Add the local repository to your MATLAB setpath (make sure to select __Add with subfolders...__). -3. The pipeline uses two c-code files that must be compiled `CCGHeart.c` and `FindInInterval.c` (originally part of the FMA toolbox). Compiled versions are included for Windows 64bit and Intel Mac 64bit, but you still have to compile them if your OS version is different. __If you are using Linux__ you have to compile the scripts. In MATLAB, go to `CellExplorer/calc_CellMetrics/mex/` and run these line: +3. The pipeline uses two c-code files that must be compiled `CCGHeart.c` and `FindInInterval.c` (originally part of the FMA toolbox). Compiled versions are included for Windows 64bit, Intel Mac 64bit, and Apple Silicon (ARM; M1 and later), but you have to compile the scripts if your OS version is different (__e.g. Linux__). In MATLAB, go to `CellExplorer/calc_CellMetrics/mex/` and run these line: ```m mex -O CCGHeart.c mex -O FindInInterval.c