chrarnold/Singularity_images:atac_seq_conda2

$ singularity pull shub://chrarnold/Singularity_images:atac_seq_conda2

Singularity Recipe

Bootstrap: docker
FROM: continuumio/miniconda2

%labels
  Version v1.0

%help
  Singularity image for the ATAC-Seq pipeline (Python version 2)



%post

  # Add channels for Bioconda
  /opt/conda/bin/conda config --add channels defaults
  /opt/conda/bin/conda config --add channels bioconda
  /opt/conda/bin/conda config --add channels conda-forge

  # Install the tools
  /opt/conda/bin/conda install --yes macs2

%environment

%test
   # macs2 --version

Collection


View on Datalad

Metrics

key value
id /containers/chrarnold-Singularity_images-atac_seq_conda2
collection name chrarnold/Singularity_images
branch master
tag atac_seq_conda2
commit d84f44d8358346a0756b906102d58c8beed08f03
version (container hash) 9845999248f159ada03e9436154b7a82
build date 2021-03-18T16:05:19.867Z
size (MB) 2115
size (bytes) 943001631
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.