dynverse/ti_waterfall:latest

$ singularity pull shub://dynverse/ti_waterfall:latest

Singularity Recipe

#######################################################################################
## DO NOT EDIT THIS FILE! This file was automatically generated from the dockerfile. ##
## Run babelwhale::convert_dockerfile_to_singularityrecipe() to update this file.    ##
#######################################################################################

Bootstrap: shub

From: dynverse/dynwrap:r

%labels
    version 0.1.4.1

%files
    . /code

%post
    chmod -R 755 '/code'
    wget http://www.cell.com/cms/attachment/2038326541/2052521637/mmc9.zip && unzip mmc9.zip
    apt-get update && apt-get install -y libcgal-dev libglu1-mesa-dev libglu1-mesa-dev
    R -e 'devtools::install_cran(c("matrixStats", "rgl", "pheatmap", "limma", "MASS", "ape", "RColorBrewer"))'
    R -e 'devtools::install_github("rcannood/RHmm")'

%runscript
    exec Rscript /code/run.R

Collection


View on Datalad

Metrics

key value
id /containers/dynverse-ti_waterfall-latest
collection name dynverse/ti_waterfall
branch master
tag latest
commit 282e75e174ee47dbd7b9ab9c3c63024c6fcae6ac
version (container hash) 5de2f936adadac1e1a1f68d782658211
build date 2019-01-16T07:21:13.035Z
size (MB) 2480
size (bytes) 923074591
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.