|
a |
|
b/binder/environment.yml |
|
|
1 |
channels: |
|
|
2 |
- conda-forge |
|
|
3 |
- bioconda |
|
|
4 |
dependencies: |
|
|
5 |
# specify minimum compilers |
|
|
6 |
# not sure why 7.3 is getting installed |
|
|
7 |
- gcc_impl_linux-64 >=7.5 |
|
|
8 |
- gxx_impl_linux-64 >=7.5 |
|
|
9 |
|
|
|
10 |
- r-base=4.1.3 |
|
|
11 |
- r-irkernel |
|
|
12 |
- r-biocmanager |
|
|
13 |
|
|
|
14 |
# copy biocmanager install from README |
|
|
15 |
- bioconductor-SingleCellExperiment |
|
|
16 |
- bioconductor-tscan |
|
|
17 |
- r-boot |
|
|
18 |
- r-httr |
|
|
19 |
- r-mclust |
|
|
20 |
|
|
|
21 |
- r-statmod |
|
|
22 |
- r-igraph |
|
|
23 |
- r-rweka |
|
|
24 |
# - r-philentropy not on conda-forge or bioconda |
|
|
25 |
# - r-netindices |
|
|
26 |
- r-png |
|
|
27 |
|
|
|
28 |
# r-grdevices not on conda |
|
|
29 |
- r-readr |
|
|
30 |
- r-rcolorbrewer |
|
|
31 |
- r-ggplot2 |
|
|
32 |
- r-rpart |
|
|
33 |
- r-fpc |
|
|
34 |
|
|
|
35 |
- r-cluster |
|
|
36 |
- r-rpart.plot |
|
|
37 |
- r-tsne |
|
|
38 |
- bioconductor-annotationdbi |
|
|
39 |
- bioconductor-org.hs.eg.db |
|
|
40 |
|
|
|
41 |
# graphics, stats, utils are part of core |
|
|
42 |
# - bioconductor-impute >=1.62 # impute build isn't compatible with 4.0.3 yet |
|
|
43 |
- r-enrichr |
|
|
44 |
|
|
|
45 |
# additional unlisted dependencies |
|
|
46 |
- r-partykit |
|
|
47 |
|
|
|
48 |
# latest additions |
|
|
49 |
- bioconductor-summarizedexperiment |
|
|
50 |
- bioconductor-multiassayexperiment |
|
|
51 |
|
|
|
52 |
- bioconductor-m3drop |
|
|
53 |
- r-leiden |
|
|
54 |
- r-reticulate |
|
|
55 |
|
|
|
56 |
# latest Python additions |
|
|
57 |
- leidenalg |
|
|
58 |
- numpy |
|
|
59 |
- pandas |
|
|
60 |
- python-igraph |
|
|
61 |
|
|
|
62 |
# additional dependencies for packages not found on conda |
|
|
63 |
- r-dplyr |
|
|
64 |
- bioconductor-biocversion |