connor-lab/singularity-recipes:centrifuge

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

Singularity Recipe

Bootstrap: docker
From: alpine:3.8

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

    cd /usr/local/bin
    curl -fsSL "https://github.com/infphilo/centrifuge/archive/v1.0.4-beta.tar.gz" | tar xz
    cd /usr/local/bin/centrifuge-1.0.4-beta
    make -j 4
    make install

%labels
    Maintainer m-bull
    Version centrifuge-1.0.4-beta

Collection


View on Datalad

Metrics

key value
id /containers/connor-lab-singularity-recipes-centrifuge
collection name connor-lab/singularity-recipes
branch master
tag centrifuge
commit 5e322d4c80acb21db9d53649a55a0349c4378009
version (container hash) 4d187b20e46a2700ef623438cda77ad4
build date 2019-02-07T15:45:22.870Z
size (MB) 260
size (bytes) 76550175
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.