TomHarrop/singularity-containers:flye_2.4.2

$ singularity pull shub://TomHarrop/singularity-containers:flye_2.4.2

Singularity Recipe

Bootstrap: docker
From: ubuntu:18.10

%help
    Flye 2.4.2
    https://github.com/fenderglass/Flye

%labels
    MAINTAINER "Tom Harrop"
    VERSION "Flye 2.4.2"

%post
    # deps
    apt-get clean
    apt-get update
    apt-get install -y \
        build-essential \
        language-pack-en \
        python \
        wget \
        zlib1g-dev

    # install flye
    mkdir Flye
    wget -O "Flye.tar.gz" \
        --no-check-certificate \
        https://github.com/fenderglass/Flye/archive/2.4.2.tar.gz
    tar -zxf Flye.tar.gz \
        -C Flye \
        --strip-components 1

    cd Flye || exit 1
    python setup.py install
    cd .. || exit 1
    rm -r Flye.tar.gz Flye

%runscript
    exec /usr/local/bin/flye "$@"

Collection


View on Datalad

Metrics

key value
id /containers/TomHarrop-singularity-containers-flye_2.4.2
collection name TomHarrop/singularity-containers
branch master
tag flye_2.4.2
commit 8c81b8f674350003c3cf0c3195d255d28da45e0f
version (container hash) 84f0d256e6dd8e771ba66b6b077a0632
build date 2019-09-05T02:32:57.710Z
size (MB) 454
size (bytes) 150466591
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.