TomHarrop/singularity-containers:guppy_2.3.7

$ singularity pull shub://TomHarrop/singularity-containers:guppy_2.3.7

Singularity Recipe

Bootstrap: docker
From: ubuntu:16.04

%help
    Guppy 2.3.7

%labels
    MAINTAINER "Tom Harrop"
    VERSION "Guppy 2.3.7"

%post
    # deps
    apt-get update
    apt-get install -y \
        apt-transport-https \
        lsb-release \
        wget 

    # install guppy from ONT repo
    export PLATFORM=$(lsb_release -cs) 
    wget -O- https://mirror.oxfordnanoportal.com/apt/ont-repo.pub \
        | apt-key add - 
    echo \
        "deb http://mirror.oxfordnanoportal.com/apt ${PLATFORM}-stable non-free" \
        | tee /etc/apt/sources.list.d/nanoporetech.sources.list 
    apt-get update
    DEBIAN_FRONTEND=noninteractive \
        apt-get install -y \
        ont-guppy=2.3.7-1~xenial \
        nvidia-modprobe

%runscript
    exec /usr/bin/guppy_basecaller "$@"

Collection


View on Datalad

Metrics

key value
id /containers/TomHarrop-singularity-containers-guppy_2.3.7
collection name TomHarrop/singularity-containers
branch master
tag guppy_2.3.7
commit 5caf19924809888ab97f2590c14d2ff39fccd318
version (container hash) af44c34b4a780360112b7d87aa47e852
build date 2019-03-29T01:29:22.079Z
size (MB) 1876
size (bytes) 642306079
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.