Skip to content

Commit 87803fa

Browse files
committed
add contact info to readme
1 parent b3c4212 commit 87803fa

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- [Installation](#installation)
88
- [Tutorial](#tutorial)
99
- [Citation](#citation)
10+
- [Contact](#Contact)
1011

1112
## Introduction
1213

@@ -23,6 +24,11 @@ sciRED package can be installed using PyPI:
2324
pip install -i https://test.pypi.org/simple/ sciRED
2425
```
2526

27+
Common issues:
28+
Some of the prerequest packages require Numba package for parallel implementation. Please install order versions of numpy (such as 1.22.4) in case you case you came across the following error:
29+
```bash
30+
Numba needs NumPy 1.24 or less
31+
```
2632

2733
## Tutorial
2834

@@ -31,4 +37,7 @@ Follow [tutorial-1](https://github.com/delipouya/sciRED/blob/main/tutorial1_scMi
3137
## Citation
3238

3339
If you find sciRED useful for your publication, please cite:
34-
[Pouyabahar et al. Interpretable single-cell factor decomposition using sciRED.](url)
40+
[Pouyabahar et al. Interpretable single-cell factor decomposition using sciRED.](url)
41+
42+
## Contact
43+
Please contact Delaram Pouyabahar for questions: [email protected]

0 commit comments

Comments
 (0)