Skip to content

jjsayleraxio/Axio_rstudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Axio_rstudio

GitHub release (latest by date) GitHub issues Docker Build Status

Custom rstudio container used at Axio Research

Bioconductor release_base2 image with R3.6.0 and BioC 3.9


This is a custom rstudio container used by Axio Research. It contains Bioconductor packages as well as custom built Axio Research R packages.

To run:

docker run -dit --name [container name] -p [HOST PORT]:8787 -v [HOST DIR]:[CONTAINER DIR] jjsaxio/axio_rstudio:latest

The volume (-v) is optional.