dynverse/ti_scuba:latest

$ singularity pull shub://dynverse/ti_scuba: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:py3.6

%labels
    version 0.1.4

%files
    . /code

%post
    chmod -R 755 '/code'
    apt-get update && apt-get install -y r-base
    pip install rpy2
    pip install jinja2
    pip install git+https://github.com/dynverse/PySCUBA.git 
    pip install git+https://github.com/dynverse/PySCUBA.git --upgrade --no-dependencies --no-cache-dir -U 
    R -e 'install.packages("devtools", repos = "http://cran.us.r-project.org")'
    R -e 'devtools::install_github("dynverse/princurve@69b85ad4709b15e5b40f8541f4b5e2ca9059be3a")'

%runscript
    exec python /code/run.py

Collection


View on Datalad

Metrics

key value
id /containers/dynverse-ti_scuba-latest
collection name dynverse/ti_scuba
branch master
tag latest
commit f73de4b47683d88fbe520c4c3d867d7f0d112518
version (container hash) f8e1cff6fe14c8f6507f33de422295e5
build date 2018-10-29T20:59:12.850Z
size (MB) 1633
size (bytes) 642494495
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.