TomHarrop/singularity-containers:flye_2.4

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

Singularity Recipe

Bootstrap: docker
From: ubuntu:18.10

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

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

%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.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
collection name TomHarrop/singularity-containers
branch master
tag flye_2.4
commit 8a78de7b3dd9ff8ec13a0b60c3403f861174693e
version (container hash) 5174c30af44ac8cb9adc989c51680aca
build date 2019-04-17T02:51:00.593Z
size (MB) 454
size (bytes) 150052895
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.