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
> Installing `scSLAT` within a new [conda environment](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) is recommended.
48
48
49
-
First, we create a clean environment and install `scSLAT` from PyPI. We need install dependency `torch` before install `pyg`.
49
+
First, we create a clean environment and install `scSLAT` from PyPI. Then we also need install dependencies for `pyg` manually. We default install with CUDA 11.7. Please refer [here](https://pytorch-geometric.readthedocs.io/en/latest/install/installation.html#quick-start) for CPU version or different CUDA versions.
50
50
51
51
> **Warning**
52
52
> old NVIDIA driver may raise error, please update NVIDIA driver to the latest version.
> Some dependencies such as `torch-scatter` need to compile from source, which may take a long time. Please refer our solution to accelerate the install [here](https://slat.readthedocs.io/en/latest/install.html)
62
-
63
60
### Development version
64
61
For development purpose, clone this repo and install:
We plan to provide a conda package of `scSLAT` in the near future.
75
72
76
73
77
74
## Reproduce manuscript results
78
-
1. Please follow the [`env/README.md`](env/README.md) to install all dependencies. Please checkout the repository to v0.2.0 before install `scSLAT`:
79
-
2. Download and pre-process data follow the [`data/README.md`](data/README.md)
75
+
1. Please follow the [`env/README.md`](env/README.md) to install all dependencies. Please checkout the repository to v0.2.1 before install `scSLAT`.
76
+
2. Download and pre-process data follow the [`data/README.md`](data/README.md).
80
77
3. Whole benchmark and evaluation procedure can be found in [`/benchmark`](benchmark/README.md) and [`/evaluation`](evaluation/README.md), respectively.
81
78
4. Every case study is recorded in the [`/case`](case/README.md) directory in the form of jupyter notebook.
0 commit comments