- Notifications
You must be signed in to change notification settings - Fork0
Containerized Bioconductor and Shiny with Docker
NotificationsYou must be signed in to change notification settings
codingene/BioShineR
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ContainerizeBioconductor andShiny with DockeR
This serves as a base image to deploy aR Shiny application withShiny-Server including some basicBioconductor packages.
Rocker-Project is already have a very nicerocker/shiny on Debian, But few dependency are missing while installing few R and Bioconductor packages.
Anyway thiscodingene/bioshiner made on top ofrocker/shiny only and loosely follow the sameprinciples.
Image tags will represnt correspondingBioconductor relese versions
For example to use
Bioconductor 3.11
docker pull codingene/bioshiner:3.11
image | Bioc-Version | R-Version |
---|---|---|
codingene/bioshiner:3.10 | Bioconductor:3.10 | R:3.6.1 |
codingene/bioshiner:3.11 | Bioconductor:3.11 | R:4.0.0 |
Clone this repository containing test app
git clone https://github.com/codingene/BioShineR
Run the app
docker run --rm -p 3838:3838 \-v ${PWD}/BioShineR/test/apps/biocmanager:/srv/shiny-server/ \-v /srv/shinylog/:/var/log/shiny-server/ \codingene/bioshiner:3.11
Open the app in browser:http://localhost:3838/
About
Containerized Bioconductor and Shiny with Docker
Topics
Resources
Stars
Watchers
Forks
Packages0
No packages published