sschmeier/metafunc-container:0.0.5

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

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 fastp=0.20.0
   conda clean --index-cache --tarballs --packages --yes

Collection


View on Datalad

Metrics

key value
id /containers/sschmeier-metafunc-container-0.0.5
collection name sschmeier/metafunc-container
branch master
tag 0.0.5
commit 789a9d5d00dd77c148a0125fb60ce591fb83e1a2
version (container hash) 670efe92f3c9c348086a43068fbeca162eef6694f6e935004f66f8b43f1736a7
build date 2020-02-27T02:06:56.578Z
size (MB) 530.3515625
size (bytes) 556113920
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.