-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbioconda_R_env.yaml
More file actions
34 lines (30 loc) · 794 Bytes
/
Copy pathbioconda_R_env.yaml
File metadata and controls
34 lines (30 loc) · 794 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
# To create a new conda environment named "g" with these dependencies:
# conda env create -f bioconda.yaml
name: g
channels:
- conda-forge
- bioconda
- nodefaults ## ignore user settings
dependencies:
## R (CRAN)
- r-irkernel
- r-tidyverse
- r-wordcloud
- r-ggrepel
- r-ggpubr
- r-openxlsx
- r-ggrastr
- r-reticulate
# allows to install packages from git repositories within R
# on macOS might require `brew install libgit2`
- r-devtools
## R (Bioconductor)
# the only package I could not install from BiocManager on macOS arm64
- bioconductor-biocparallel
## tabix (Bioconda)
- htslib
## tomtom (Bioconda)
# Due to dependencies incompatibilities I had to install it in a separate environment.
# - meme
# installed automatically
# - python