-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathenvironment.yml
46 lines (44 loc) · 1.03 KB
/
environment.yml
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
name: generic_expression
channels:
- conda-forge
- r
- bioconda
dependencies:
- r::r-base=3.6.0
- r::r-devtools
- r::r-stringi
- bioconda::bioconductor-limma
- bioconda::bioconductor-deseq2
- bioconda::bioconductor-recount=1.12.0
- bioconda::bioconductor-fgsea
- bioconda::bioconductor-gsva
- bioconda::bioconductor-DEFormats
- bioconda::bioconductor-clusterprofiler
- conda-forge::python=3.7
- conda-forge::scikit-learn=0.23.2
- conda-forge::numpy=1.19.5
- conda-forge::pandas=0.23.4
- conda-forge::seaborn=0.11.1
- conda-forge::umap-learn=0.4.2
- conda-forge::numba=0.50.1
- conda-forge::scipy=1.3.0
- conda-forge::plotnine=0.5.1
- conda-forge::jupyter
- conda-forge::ipykernel=5.1.1
- conda-forge::nb_conda_kernels
- conda-forge::rpy2=3.4.3
- conda-forge::libiconv=1.15
- conda-forge::r-biocmanager
- conda-forge::r-gsa
- conda-forge::gxx_linux-64
- conda-forge::grpcio-tools
- pip=19.2.1
- pip:
- matplotlib==3.0.0
- ponyo==0.6.1
- matplotlib-venn
- svgutils==0.3.1
- black==20.8b1
- flake8==3.8.4
- pre_commit==2.9.3
- jupytext==1.9.1