Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
petersenpeter committed Dec 12, 2023
1 parent 1fa5465 commit 1f13782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f13782

Please sign in to comment.