TomHarrop/singularity-containers:racon_1.3.2

$ singularity pull shub://TomHarrop/singularity-containers:racon_1.3.2

Singularity Recipe

Bootstrap: docker
From: ubuntu:18.10

%help
    Racon v1.3.2
    https://github.com/isovic/racon

%labels
    MAINTAINER "Tom Harrop"
    VERSION "Racon v1.3.2"

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

    # install racon
    mkdir racon
    wget -O "racon.tar.gz" \
        --no-check-certificate \
        https://github.com/isovic/racon/releases/download/1.3.2/racon-v1.3.2.tar.gz
    tar -zxf racon.tar.gz \
        -C racon \
        --strip-components 1

    cd racon || exit 1
    mkdir build && cd build || exit 1
    cmake \
        -DCMAKE_BUILD_TYPE=Release \
        -Dracon_build_tests=ON \
        -Dracon_build_wrapper=ON \
        ..
    make && make install

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

%environment
    export PATH="${PATH}:/racon/build/bin"

Collection


View on Datalad

Metrics

key value
id /containers/TomHarrop-singularity-containers-racon_1.3.2
collection name TomHarrop/singularity-containers
branch master
tag racon_1.3.2
commit 368c865905bac2d760a5f395a488540b93ae3e40
version (container hash) aa95b7b3a1752fa935ad567351ce9b17
build date 2021-03-15T10:16:03.797Z
size (MB) 543
size (bytes) 232730655
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.