jlboat/BioinfoContainers:freebayes

$ singularity pull shub://jlboat/BioinfoContainers:freebayes

Singularity Recipe

Bootstrap: docker

From: ubuntu:latest

%help
    singularity run freebayes.simg -h

%post
    apt-get update --fix-missing && apt-get install -y git g++ make zlib1g-dev libbz2-1.0 libbz2-dev liblzma-dev
    cd /opt/
    git clone --recursive git://github.com/ekg/freebayes.git
    cd freebayes
    make
    make install
    chmod -R 777 /opt/freebayes

%runscript
    exec freebayes "$@"

Collection


View on Datalad

Metrics

key value
id /containers/jlboat-BioinfoContainers-freebayes
collection name jlboat/BioinfoContainers
branch master
tag freebayes
commit 5f15386e1057282311ce1b4a7cae3f747425ed6b
version (container hash) 5fc46505892206be0be8b6d90f882d96
build date 2019-05-08T15:11:14.174Z
size (MB) 645
size (bytes) 255422495
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.