Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:yufree/xcmsrocker

# Conflicts:
#	deepspace/Dockerfile
  • Loading branch information
yufree committed Jul 6, 2024
2 parents 06a8159 + 37af8cc commit 0115c8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deepspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ FROM rocker/geospatial:latest
MAINTAINER "Miao Yu" [email protected]

RUN apt-get update \
&& R -e "BiocManager::install(c('duckdb','RNetCDF','Cardinal','CardinalWorkflows','RNiftyReg','ClusterR','purrr','imager','umap','Rtsne','Matrix','igraph','tidygraph','ggraph','reshape2','dbscan','MALDIquantForeign','fpc','future','patchwork','ggridges','pheatmap','distances','ropls'))" \
&& installGithub.r \
yufree/rmwf \
yufree/enviGCMS \
yufree/pmd \
nhpatterson/RegCombIMS \
michalsta/opentims/opentimsr \
&& R -e "BiocManager::install(c('duckdb','RNetCDF','Cardinal','CardinalWorkflows','RNiftyReg','ClusterR','purrr','imager','umap','Rtsne','Matrix','igraph','tidygraph','ggraph','reshape2','dbscan','MALDIquantForeign','fpc','future','patchwork','ggridges','pheatmap','distances','ropls'))" \
yufree/HiTMaP \
&& R -e "devtools::install_url('https://github.com/yufree/SimpleITKRInstaller/releases/download/v2.3.0/SimpleITK_2.3.0_R_x86_64-pc-linux-gnu.tar.gz',build=F)" \
&& rm -rf /tmp/downloaded_packages \
&& rm -rf /var/lib/apt/lists/*
Expand All @@ -29,4 +30,3 @@ RUN pip install -r timsconvert/requirements.txt
RUN pip install git+https://github.com/gtluu/pyimzML
RUN pip install git+https://github.com/gtluu/pyTDFSDK
RUN pip install h5py pandas numpy matplotlib

2 changes: 1 addition & 1 deletion iml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
pandas \
pyimzml \
matplotlib \
Pillow
Pillow

USER ${NB_UID}

Expand Down

0 comments on commit 0115c8a

Please sign in to comment.