Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions lgg_xcell/0.1.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM rocker/tidyverse:4.3.3
LABEL maintainer="Daniel Miller (millerd15@chop.edu)"
LABEL descrption="Docker for running lgg xcell analyses from https://github.com/d3b-center/radiomics_imaging_analyses/tree/main/lgg_xcell_analyses on CAVATICA"

RUN install2.r optparse R.utils caret glmnet

RUN R -e 'remotes::install_github("igordot/msigdbr", ref = "v25.1.1")'

COPY Dockerfile .