connor-lab/singularity-recipes:mash

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

Singularity Recipe

Bootstrap: docker
From: alpine:3.8


%post
    apk update
    apk upgrade
    apk add bash curl gcc gcompat
   
    curl -fSSL 'https://github.com/marbl/Mash/releases/download/v2.1/mash-Linux64-v2.1.tar' | tar -x -C /usr/local/bin
    find /usr/local/bin/mash-Linux* -name 'mash' -exec ln -s {} /usr/local/bin \;

%labels
    Maintainer m-bull
    Version mash-2.1

Collection


View on Datalad

Metrics

key value
id /containers/connor-lab-singularity-recipes-mash
collection name connor-lab/singularity-recipes
branch master
tag mash
commit 5e322d4c80acb21db9d53649a55a0349c4378009
version (container hash) 0d98f382abeda2adb4b9f8ed07ada9fb
build date 2019-02-07T15:45:22.842Z
size (MB) 103
size (bytes) 37777439
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.