aertslab/pySCENIC:0.9.6

$ singularity pull shub://aertslab/pySCENIC:0.9.6

Singularity Recipe

BootStrap: docker
From: python:3.6.8-slim

%post
    BUILDPKGS="build-essential apt-utils" && \
    apt-get update && \
    apt-get install -y $BUILDPKGS && \
    apt-get install -y procps && \
    rm -rf /var/lib/apt/lists/*
    pip install --no-cache-dir --upgrade pyscenic==0.9.6 dask==1.0.0 pandas==0.23.4
    apt-get remove --purge -y $BUILDPKGS

Collection


View on Datalad

Metrics

key value
id /containers/aertslab-pySCENIC-0.9.6
collection name aertslab/pySCENIC
branch master
tag 0.9.6
commit 486d602f2d706b415d08efb3aa295b6404830b9d
version (container hash) fb456e8cb6a9c151790d109566fedfa7
build date 2019-08-08T16:42:00.883Z
size (MB) 772
size (bytes) 221446175
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.