aertslab/pySCENIC:0.9.9
$ singularity pull shub://aertslab/pySCENIC:0.9.9
Singularity Recipe
BootStrap: docker
From: python:3.6.8-slim
%files
./requirements.txt /tmp/
%post
BUILDPKGS="build-essential apt-utils" && \
apt-get update && \
apt-get install -y $BUILDPKGS && \
apt-get install -y procps
pip install --no-cache-dir -r /tmp/requirements.txt
pip install --no-cache-dir --upgrade pyscenic==0.9.9
pip install --no-cache-dir --upgrade ipykernel
apt-get remove --purge -y $BUILDPKGS && \
rm -rf /var/lib/apt/lists/*
Collection
- Name: aertslab/pySCENIC
- License: GNU General Public License v3.0
View on Datalad
Metrics
key | value |
---|---|
id | /containers/aertslab-pySCENIC-0.9.9 |
collection name | aertslab/pySCENIC |
branch | master |
tag | 0.9.9 |
commit | caded79a17aee3849ec714fe7be2636dcb4fa664 |
version (container hash) | 2b8f66dea8b4897a9349cc42c1c2f501 |
build date | 2021-03-24T07:04:33.067Z |
size (MB) | 926 |
size (bytes) | 265981983 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.