dynverse/ti_cellrouter:latest

$ singularity pull shub://dynverse/ti_cellrouter: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:bioc

%labels
    version 0.1.8

%files
    . /code

%post
    chmod -R 755 '/code'
    R -e 'devtools::install_cran(c("reshape", "reshape2", "pheatmap", "tsne", "igraph", "ggplot2", "mclust", "Rtsne", "cccd", "irlba"))'
    git clone https://github.com/edroaldo/cellrouter.git && find cellrouter -type f | grep -v "^cellrouter/CellRouter" | xargs rm
    apt-get update && apt-get install -y default-jre

%runscript
    exec Rscript /code/run.R

Collection


View on Datalad

Metrics

key value
id /containers/dynverse-ti_cellrouter-latest
collection name dynverse/ti_cellrouter
branch master
tag latest
commit 1951e185715945951902089832b345d3b8403017
version (container hash) 0161593f461a9aad1525a2bdb75daeff
build date 2018-11-12T16:21:16.831Z
size (MB) 2437
size (bytes) 938475551
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.