-
Notifications
You must be signed in to change notification settings - Fork 26
/
config.yml
56 lines (55 loc) · 2.24 KB
/
config.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
47
48
49
50
51
52
53
54
55
56
---
versions:
release:
version_number: "3.10" # change this at release time
r_url: "https://cran.rstudio.com/src/base/R-latest.tar.gz"
parent: "rocker/rstudio:3.6.2"
use_r_devel: false # should always be false
devel:
version_number: "3.11" # change this at release time
## IMPORTANT: Change r_url at release time if new bioc devel does(not) use R-devel
#parent: "rocker/rstudio:3.6.1"
parent: "rocker/rstudio:devel"
# currently known bug/issue in rocker/rstudio-daily
#"rocker/rstudio-daily" # should be rocker/rstudio-daily if
# use_r_devel is true, otherwise
# rocker/rstudio
use_r_devel: false # true half the year
# The following variable (use_numbered_branch) is only relevant if
# use_r_devel is true.
# use_numbered_branch should be false OR should be the (quoted) version number from
# which to pull R. Set to false if you want to use the default R installed
# by rocker, which pulls from trunk. Or set to a number (i.e. 3.2) to
# install R from that branch. This is appropriate when R-devel becomes R-alpha.
# For example, around March 19th, 2015, an R-3-2-branch was created and
# the R in trunk became R-3.3. However, the contemporaneous Bioconductor
# devel branch uses R-3.2, NOT 3.3, so we would set the below variable
# to "3.2" (be sure to quote the value so it's forced to be a string).
use_numbered_branch: false
containers: # FIXME (?) rename this to 'images' (?)
base:
parent: bogus
core:
parent: bioconductor/base
mscore:
parent: bioconductor/base
protmetcore:
parent: bioconductor/mscore
biocViews:
- Metabolomics
- Proteomics
metabolomics:
parent: bioconductor/protmetcore
biocViews:
- Metabolomics
protcore:
parent: bioconductor/protmetcore
proteomics:
parent: bioconductor/protcore
biocViews:
- Proteomics
- MassSpectrometryData
cytometry:
parent: bioconductor/base
biocViews:
- FlowCytometry