Skip to content

Commit 9653a27

Browse files
authored
Update README.md
1 parent c25faed commit 9653a27

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,18 @@ As a computational framework for scHi-C analysis, Higashi has the following feat
2121

2222
# Installation
2323

24-
We now have Higashi on conda.
24+
We now have Fast-Higashi on conda.
25+
`conda install -c ruochiz fasthigashi`
2526

26-
`conda install -c ruochiz higashi` (only for linux)
27-
28-
Or
27+
The conda support for Higashi is still an on-going effort. Currently, you can install it by:
2928

3029
```{bash}
3130
git clone https://github.com/ma-compbio/Higashi/
3231
cd Higashi
3332
python setup.py install
3433
```
3534

36-
It is recommended to have pytorch installed (with CUDA support when applicable) before installing higashi.
35+
It is recommended to have pytorch installed (with CUDA support when applicable) after installing higashi / fast-higashi.
3736

3837
# Documentation
3938
Please see [the wiki](https://github.com/ma-compbio/Higashi/wiki) for extensive documentation and example tutorials.

0 commit comments

Comments
 (0)