connor-lab/singularity-recipes:seqtk

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

Singularity Recipe

Bootstrap: docker
From: alpine:3.8

%post
    apk update
    apk upgrade
    apk add git make
    apk add bash gcc bzip2-dev libc-dev ncurses-dev openjdk8-jre-base xz-dev zlib-dev
    
    git clone https://github.com/lh3/seqtk.git /tmp/seqtk
    cd /tmp/seqtk
    make
    mv /tmp/seqtk/seqtk /usr/local/bin/
    rm -rf /tmp/seqtk

%labels
    Maintainer m-bull
    Version seqtk-latest

Collection


View on Datalad

Metrics

key value
id /containers/connor-lab-singularity-recipes-seqtk
collection name connor-lab/singularity-recipes
branch master
tag seqtk
commit df99279f62163633d6d5fb465bb1a7321fbfe67b
version (container hash) 4d724c656a66c3bc948762e53cbcfdcd
build date 2019-10-17T09:11:48.051Z
size (MB) 194
size (bytes) 98746399
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.