You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# NETMAP (single-cell gene regulatory networks using XAI)
1
2
3
+
## Installation
4
+
The repository is installable using pixi and pip. If you want to try out netmap, you can clone the repository, and install a kernel via pixi.
5
+
Note: We do not include torch and cupy. These need to be installed separately when using pip, and will be installed automatically when using pixi installation
6
+
7
+
### Pixi installation
8
+
1. Download and setup [pixi.sh](https://pixi.prefix.dev/latest/).
9
+
2. Install the jupyer kernel which includes torch and cupy and netmap. You can then set pixi_netmap as a kernel in your jupyterlab, or vscode environment
10
+
3. You can add extra packages using ``` pixi add my-package ``` and reinstall the kernel to add extra packages.
11
+
```{bash}
12
+
git clone https://github.com/bionetslab/netmap
13
+
cd netmap
14
+
pixi run install-kernel
15
+
```
16
+
17
+
### pip install
18
+
A local, editable install in a conda environment can be done as follows. You need to install extra denpendencies yourself e.g. torch, cupy depending on you system.
0 commit comments