TomHarrop/singularity-containers:bwa_0.7.17

$ singularity pull shub://TomHarrop/singularity-containers:bwa_0.7.17

Singularity Recipe

Bootstrap: docker
From: ubuntu:18.10

%help

    Container for BWA 0.7.17
    http://bio-bwa.sourceforge.net/

%labels

    VERSION "BWA 0.7.17"


%post

    # install dependencies via apt
    apt update
    apt install -y \
        bwa

%runscript

    exec /usr/bin/bwa "$@"

Collection


View on Datalad

Metrics

key value
id /containers/TomHarrop-singularity-containers-bwa_0.7.17
collection name TomHarrop/singularity-containers
branch master
tag bwa_0.7.17
commit 3c62cd682cafcac61867e6d8361bb413d67e6f37
version (container hash) eb49586488ed8fa5ba71da34f2fabc1a
build date 2021-03-15T10:24:27.516Z
size (MB) 101
size (bytes) 45821983
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.