Skip to content

Commit 4ba13d2

Browse files
committed
versions bumped for new biocondutor: 3.11
1 parent e669942 commit 4ba13d2

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM rocker/shiny:3.6.1
1+
FROM rocker/shiny:4.0.0
22
LABEL maintainer="Sangram Keshari Sahu <sangramsahu15@gmail.com>"
33
RUN apt-get update &&\
44
apt-get install libxml2-dev libssl-dev -y
55
RUN R -e 'install.packages(c("remotes","BiocManager"))' \
6-
&& R -e 'BiocManager::install(version = "3.10")'
6+
&& R -e 'BiocManager::install(version = "3.11")'

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ Anyway this [codingene/bioshiner] made on top of [rocker/shiny] only and loosely
1616
## Principles
1717
* Image tags will represnt corresponding [Bioconductor relese versions]
1818

19-
For example to use `Bioconductor 3.10`
19+
For example to use `Bioconductor 3.11`
2020
```
21-
docker pull codingene/bioshiner:3.10
21+
docker pull codingene/bioshiner:3.11
2222
```
2323

2424
## All Tags
25-
| image | Bioc-Version |
26-
|-------|------|
27-
| codingene/bioshiner:3.10 | Bioconductor:3.10 |
25+
| image | Bioc-Version | R-Version |
26+
|-------|------|------|
27+
| codingene/bioshiner:3.10 | Bioconductor:3.10 | R:3.6.1 |
28+
| codingene/bioshiner:3.11 | Bioconductor:3.11 | R:4.0.0 |
2829

2930
## Test
3031
Clone this repository containing test app
@@ -37,7 +38,7 @@ Run the app
3738
docker run --rm -p 3838:3838 \
3839
-v ${PWD}/BioShineR/test/apps/biocmanager:/srv/shiny-server/ \
3940
-v /srv/shinylog/:/var/log/shiny-server/ \
40-
codingene/bioshiner:3.10
41+
codingene/bioshiner:3.11
4142
```
4243
Open the app in browser: http://localhost:3838/
4344

0 commit comments

Comments
 (0)