biobox-info/FastQC:v0.11.7

$ singularity pull shub://biobox-info/FastQC:v0.11.7

Singularity Recipe

Bootstrap: docker
From: ubuntu:18.04

%environment
PATH=/usr/local/src/FastQC:$PATH
export LC_ALL=C

%post
apt-get update 
apt-get dist-upgrade -y 
apt-get install wget build-essential unzip openjdk-11-jre -y 
rm -rf /var/lib/apt/lists/*
mkdir -p /usr/local/src
cd /usr/local/src && \
wget http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.11.7.zip -O fastqc.zip && \
unzip fastqc.zip && \
rm fastqc.zip && \
chmod +X FastQC/fastqc && \
chmod 755 FastQC/fastqc

%labels
MAINTAINER BioBox
Version v1.0

Collection


View on Datalad

Metrics

key value
id /containers/biobox-info-FastQC-v0.11.7
collection name biobox-info/FastQC
branch v0.11.7
tag v0.11.7
commit 7457c5f6f7e73184ff8eec97477eca982ccd8df4
version (container hash) c002718bf649efefa914cbdf3a1b5f963483122be022c4f9e5591a998442897e
build date 2019-09-06T14:36:08.109Z
size (MB) 216.953125
size (bytes) 227491840
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.