dcgc-bfx/singularity-president:0.6.0
$ singularity pull shub://dcgc-bfx/singularity-president:0.6.0
Singularity Recipe
Bootstrap: docker
From: continuumio/miniconda3:latest
%labels
Author fabian.rost@tu-dresden.de
Organisation DcGC
Version v0.1
%help
Base container based on conda docker container with basic python and R
packages installed.
%environment
DEBIAN_FRONTEND=noninteractive
%post
export PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
conda update --quiet --yes conda
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
conda install --quiet --yes mamba
mamba update --quiet --yes --all
mamba install --quiet --yes president=0.6.0
mamba clean --quiet --yes --all
%runscript
president "${@}"
Collection
- Name: dcgc-bfx/singularity-president
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/dcgc-bfx-singularity-president-0.6.0 |
collection name | dcgc-bfx/singularity-president |
branch | main |
tag | 0.6.0 |
commit | bd55d167bce9ef92424c284650bd62bd46a8434e |
version (container hash) | 63a3f99208418ba390e601f943e7337ffd0e885df11808ec11d65a6ff52d0447 |
build date | 2021-03-22T12:27:54.625Z |
size (MB) | 215.60546875 |
size (bytes) | 226078720 |
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.