sschmeier/metafunc-container:0.0.4

$ singularity pull shub://sschmeier/metafunc-container:0.0.4

Singularity Recipe

Bootstrap: docker
From: continuumio/miniconda3

%labels
   AUTHOR s.schmeier@pm.me

%environment
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# This sets global environment variables for anything run within the container
  export PATH="/opt/conda/bin:/usr/local/bin:/usr/bin:/bin:"
  unset CONDA_DEFAULT_ENV
  export ANACONDA_HOME=/opt/conda

%post
   export PATH=/opt/conda/bin:$PATH
   echo "We add conda channels."
   conda config --add channels defaults
   conda config --add channels bioconda
   conda config --add channels conda-forge
   echo "We install tools."
   conda install --yes kaiju=1.7.3 taxonkit=0.3.0 sqlite=3.30.1 pandas goatools=0.9.9 bbmap=38.75
   conda clean --index-cache --tarballs --packages --yes

Collection


View on Datalad

Metrics

key value
id /containers/sschmeier-metafunc-container-0.0.4
collection name sschmeier/metafunc-container
branch master
tag 0.0.4
commit 63635d598ad16c2dbe5773325259146e9943d065
version (container hash) 3fcc1141376e7fcbcff8220f39e94b5551690d091da14e97d44ead9dff3325c3
build date 2020-08-31T20:54:29.317Z
size (MB) 528.26953125
size (bytes) 553930752
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.