biobox-info/MultiQC:latest

$ singularity pull shub://biobox-info/MultiQC:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:18.04

%environment
PATH=/usr/local/src/MultiQC:$PATH
export LC_ALL=C.UTF-8
export LANG=C.UTF-8

%post
apt-get update 
apt-get dist-upgrade -y 
apt-get install wget build-essential unzip git python3-setuptools python3 -y 
rm -rf /var/lib/apt/lists/*
mkdir -p /usr/local/src
cd /usr/local/src && \
git clone https://github.com/ewels/MultiQC.git && \
cd MultiQC && \
python3 setup.py install

%labels
MAINTAINER BioBox
Version v1.0

Collection


View on Datalad

Metrics

key value
id /containers/biobox-info-MultiQC-latest
collection name biobox-info/MultiQC
branch master
tag latest
commit a0f37519ffc461e945c877ffbd7c68d89a0192dd
version (container hash) 8a734a2eb66fbcfb79e76b902269c18626ec8482d10130ecde4a920d1546f674
build date 2019-10-21T07:11:58.471Z
size (MB) 174.03125
size (bytes) 182484992
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.