biobox-info/MultiQC:v1.8.dev0

$ singularity pull shub://biobox-info/MultiQC:v1.8.dev0

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-v1.8.dev0
collection name biobox-info/MultiQC
branch v1.8.dev0
tag v1.8.dev0
commit 2499f126d183baedff0358eb86c56ae5aad14114
version (container hash) cfce51f6b7203548487c42bb8575e34556e8cec624004fbff02da917c3ee600b
build date 2019-08-29T15:15:19.346Z
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.