dynverse/ti_scimitar:latest

$ singularity pull shub://dynverse/ti_scimitar: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:py2.7

%labels
    version 0.1.4

%files
    . /code

%post
    chmod -R 755 '/code'
    apt-get update && apt-get install -y r-base
    pip install rpy2==2.8
    pip install munkres
    pip install git+https://github.com/dimenwarper/pyroconductor
    pip install git+https://github.com/dimenwarper/scimitar
    R -e "install.packages('corpcor', repos = 'http://cran.us.r-project.org')"

%runscript
    exec python /code/run.py

Collection


View on Datalad

Metrics

key value
id /containers/dynverse-ti_scimitar-latest
collection name dynverse/ti_scimitar
branch master
tag latest
commit cf163e25f99cbb2dff66f7db95fe4a5bc4961707
version (container hash) 0b1edad58fbc93707f50d97ae9eddea5
build date 2018-10-29T20:59:12.817Z
size (MB) 1574
size (bytes) 615411743
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.