We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b76e5 commit f784991Copy full SHA for f784991
1 file changed
cholab-prep/README.md
@@ -27,11 +27,11 @@ conda create --name sopa2 python=3.10
27
conda activate sopa2
28
cd /sc/arion/projects/untreatedIBD/cache/tools/sopa
29
pip install -e '.[cellpose,baysor,tangram,wsi]'
30
-pip uninstall numpy
31
-pip install numpy==2.0.2
32
33
# Install Snakemake
34
conda install -c conda-forge -c bioconda snakemake
+pip uninstall numpy
+pip install numpy==2.0.2
35
conda deactivate
36
37
```
0 commit comments