Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Containerized Bioconductor and Shiny with Docker

NotificationsYou must be signed in to change notification settings

codingene/BioShineR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Docker Cloud Automated buildDocker Cloud Build StatusDocker Pulls

ContainerizeBioconductor andShiny with DockeR

This serves as a base image to deploy aR Shiny application withShiny-Server including some basicBioconductor packages.

Whats the need?

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.

Principles

All Tags

imageBioc-VersionR-Version
codingene/bioshiner:3.10Bioconductor:3.10R:3.6.1
codingene/bioshiner:3.11Bioconductor:3.11R:4.0.0

Test

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/


[8]ページ先頭

©2009-2025 Movatter.jp