MarissaLL/singularity-containers:fastqc_0.11.5

$ singularity pull shub://MarissaLL/singularity-containers:fastqc_0.11.5

Singularity Recipe

Bootstrap: docker
From: ubuntu:18.04

%labels

        MAINTAINER "Marissa Le Lec"
        VERSION "FastQC 0.11.5"

%post
 	
	# install fastqc with apt
    apt-get update
    apt-get install -y \
    	build-essential \
    	language-pack-en \
    	fastqc

%runscript

	exec /usr/bin/fastqc "$@"

Collection


View on Datalad

Metrics

key value
id /containers/MarissaLL-singularity-containers-fastqc_0.11.5
collection name MarissaLL/singularity-containers
branch master
tag fastqc_0.11.5
commit 4fd1b779768d22bf62a426dc7cc71a5d140d5b46
version (container hash) 2fa47d3690d60343361e575ae6c54a33
build date 2019-08-21T04:52:04.042Z
size (MB) 769
size (bytes) 276856863
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.