connor-lab/singularity-recipes:interop

$ singularity pull shub://connor-lab/singularity-recipes:interop

Singularity Recipe

Bootstrap: docker
From: alpine:3.8

%post
    apk update
    apk upgrade
    apk add git make
    apk add bash cmake curl gcc g++ bzip2-dev libc-dev ncurses-dev xz-dev zlib-dev

    cd /usr/local/bin
    git clone https://github.com/Illumina/interop.git
    mkdir build && cd build
    cmake ../interop
    cmake --build .
    make install

%labels
    Maintainer m-bull
    Version interop-v1.1.8

Collection


View on Datalad

Metrics

key value
id /containers/connor-lab-singularity-recipes-interop
collection name connor-lab/singularity-recipes
branch master
tag interop
commit 5e322d4c80acb21db9d53649a55a0349c4378009
version (container hash) 00adca06b33ff23de2e04b6cd1eb2159
build date 2020-11-05T16:35:18.434Z
size (MB) 355
size (bytes) 104521759
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.