s-andrews/singularityconda:latest

$ singularity pull shub://s-andrews/singularityconda:latest

Singularity Recipe

Bootstrap:docker  
From:ubuntu:latest  

%labels
MAINTAINER Simon Andrews

%environment

%runscript

%post  
apt -y update
apt -y install wget
wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh -b

echo ". ~/miniconda3/etc/profile.d/conda.sh" >> ~/.bashrc
. ~/miniconda3/etc/profile.d/conda.sh

conda config --add channels bioconda
conda config --add channels conda-forge
conda install --yes bwa fastqc

Collection


View on Datalad

Metrics

key value
id /containers/s-andrews-singularityconda-latest
collection name s-andrews/singularityconda
branch master
tag latest
commit e6ee3d8fbdc546865cd3f3d00dabf82a87496d54
version (container hash) ee9a03912ccc380a7610faa7daa85abd
build date 2020-03-03T12:51:21.002Z
size (MB) 1511
size (bytes) 894365727
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.