-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathinstaller.sh
More file actions
executable file
·47 lines (42 loc) · 792 Bytes
/
installer.sh
File metadata and controls
executable file
·47 lines (42 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#!/bin/bash
# Use exact versions for r-base and rpy2
conda install -c conda-forge -c bioconda r-base=4.1.2 \
rpy2=3.4.5 \
r-devtools \
r-ggplot2 \
r-fitdistrplus \
r-lda \
r-plyr \
r-text2vec \
r-rann \
r-tidyr \
r-mclust \
r-igraph \
r-cluster \
bioconductor-biocinstaller \
bioconductor-singler \
bioconductor-flowcore \
bioconductor-rcistarget \
bioconductor-rtracklayer \
bioconductor-aucell
conda install -c conda-forge -c plotly -c bioconda dash \
dash-bootstrap-components \
dash-bio \
scikit-learn \
scikit-learn-extra \
scikit-image \
scanpy \
matplotlib \
python-kaleido \
tifffile \
leidenalg \
faiss-cpu \
zodb \
plotly \
anndata2ri \
gseapy \
pyensembl \
gunicorn \
scikit-misc
pip install pydiffmap diffxpy bintogene
conda clean -afy