jlboat/BioinfoContainers:last

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

Singularity Recipe

Bootstrap: docker

From: debian:latest

%labels
    Topic Bioinformatics
    last ??

%post
    apt-get update --fix-missing && apt-get install -y mercurial python python-pip build-essential zlib1g-dev && rm -rf /var/lib/apt/lists/*
    hg clone http://last.cbrc.jp/last/
    cd last
    make
    make install
    apt-get remove -y mercurial build-essential
    apt autoremove -y
    pip install pillow Image

%runscript
    exec "$@"

Collection


View on Datalad

Metrics

key value
id /containers/jlboat-BioinfoContainers-last
collection name jlboat/BioinfoContainers
branch master
tag last
commit 9c4212ba689391bf24d37b740ef79d78855c0c73
version (container hash) 2d735c04f7eae1191d2310c85220dac8
build date 2019-09-24T17:49:25.144Z
size (MB) 403
size (bytes) 155594783
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.