maehler/bcftools-singularity:latest

$ singularity pull shub://maehler/bcftools-singularity:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:latest

%post
    apt-get update && \
        apt-get install -y \
            build-essential \
            libz-dev \
            libbz2-dev \
            liblzma-dev \
            git
    git clone git://github.com/samtools/htslib.git
    git clone git://github.com/samtools/bcftools.git
    cd bcftools
    git checkout 1.9
    make && make install

Collection


View on Datalad

Metrics

key value
id /containers/maehler-bcftools-singularity-latest
collection name maehler/bcftools-singularity
branch master
tag latest
commit 9fbc42bb7116ba2131c84d5efa5b614c4f745731
version (container hash) bcafba089e026e6a39b443e40181f156
build date 2020-06-26T11:40:56.780Z
size (MB) 430
size (bytes) 163569695
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.