Skip to content

Commit

Permalink
Add MPRAbase Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Blair committed May 26, 2023
1 parent c31c77a commit 7b2c397
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terra-jupyter-MPRAbase/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-r:2.1.9
RUN R -e "BiocManager::install(c('MPRAnalyze', 'MultiAssayExperiment','BiocStyle','iSEE', 'nullranges', 'BSgenome.Hsapiens.UCSC.hg38', 'BSgenome.Hsapiens.UCSC.hg19'), dependencies=TRUE)"
RUN R -e "install.packages('synapser', repos = c('http://ran.synapse.org', 'http://cran.fhcrc.org'))"
RUN R -e "install.packages(c('paws.storage', 'urltools', 'testthat'), dependencies=TRUE)"

0 comments on commit 7b2c397

Please sign in to comment.