Skip to content

Commit dab98da

Browse files
committed
update citation of paper
1 parent d5d5f9a commit dab98da

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![Python Version](https://img.shields.io/badge/Python-3.8%2B-blue.svg)](https://www.python.org/downloads/)
55
[![Suggestions Welcome](https://img.shields.io/badge/Suggestions-Welcome-brightgreen.svg)](CONTRIBUTING.md)
66
[![Release](https://img.shields.io/github/v/release/marta-seq/PENGUIN.svg)](https://github.com/marta-seq/PENGUIN/releases/)
7-
87
# PENGUIN
98

109
*PENGUIN* - Percentile Normalization GUI Image deNoising is a
@@ -51,7 +50,7 @@ To manually create and install packages use:
5150
```bash
5251
conda create --name penguin
5352
conda activate penguin
54-
conda install matplotlib pandas panel numpy opencv scikit-image ipywidgets jupyter ipykernel plotly
53+
conda install matplotlib pandas panel opencv scikit-image ipywidgets jupyter ipykernel plotly
5554
pip install apeer-ometiff-library --no-deps
5655
```
5756

@@ -71,6 +70,12 @@ add the environment kernel to jupyter
7170
python -m ipykernel install --user --name=penguin
7271
```
7372
launch the jupyter and be sure that you are running with the penguin kernel
73+
If you have problems with widgets appearing in Jupyter notebook try downgrade Ipython version,
74+
for example:
75+
76+
```bash
77+
python pip install iPython==8.20.0
78+
```
7479

7580
## Getting started
7681

@@ -116,8 +121,10 @@ You can also use directly PENGUIN functions. Just check pipeline files.
116121

117122
## Credits
118123
If you find this repository useful in your research or for educational purposes please refer to:
119-
Sequeira, A. M., Ijsselsteijn, M. E., Rocha, M., & de Miranda, N. F. (2024). PENGUIN: A rapid and efficient image preprocessing tool for multiplexed spatial proteomics. bioRxiv, 2024-07.
120-
doi: https://doi.org/10.1101/2024.07.01.601513
124+
Sequeira, A. M., Ijsselsteijn, M. E., Rocha, M., & de Miranda, N. F. (2024). PENGUIN: a rapid and efficient image
125+
preprocessing tool for multiplexed spatial proteomics. Computational and Structural Biotechnology Journal, 23, 3920-3928.
126+
DOI: 10.1016/j.csbj.2024.10.048 .
127+
121128

122129

123130
## License

0 commit comments

Comments
 (0)