TomHarrop/singularity-containers:last_973

$ singularity pull shub://TomHarrop/singularity-containers:last_973

Singularity Recipe

Bootstrap: docker
From: alpine:3.9

%help
    Container for LAST 973

%labels
    VERSION "LAST 973"

%post
    # packages
    apk add --update \
        bash \
        build-base \
        gcc \
        parallel \
        python \
        wget \
        zlib-dev

    # download last
    wget http://last.cbrc.jp/last-973.zip
    unzip last-973.zip
    cd last-973 || exit 1
    make
    make install
    cd .. || exit 1
    rm -rf last-973.zip last-973

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

Collection


View on Datalad

Metrics

key value
id /containers/TomHarrop-singularity-containers-last_973
collection name TomHarrop/singularity-containers
branch master
tag last_973
commit 9c82a302fe63cfd19b01d259dcfc3097b3ca603d
version (container hash) 09312b7b84b56f8cba89a92b3abe92e5
build date 2019-03-04T03:18:47.879Z
size (MB) 256
size (bytes) 80777247
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.