jlboat/BioinfoContainers:vg

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

Singularity Recipe

Bootstrap: docker

From: debian:latest

%labels
    Topic Bioinformatics
    vg v1.15.0

%post
    apt-get update --fix-missing && apt-get install -y wget && rm -rf /var/lib/apt/lists/*
    wget https://github.com/vgteam/vg/releases/download/v1.15.0/vg
    mv vg /usr/bin/
    apt-get remove -y wget
    chmod 777 /usr/bin/vg

%runscript
    exec vg "$@"

Collection


View on Datalad

Metrics

key value
id /containers/jlboat-BioinfoContainers-vg
collection name jlboat/BioinfoContainers
branch master
tag vg
commit 01fd237ed1c7688e532770e499b506f0d189a7b5
version (container hash) 4eb3bb2dbc3e11035a0dbf96d9a79e11
build date 2019-09-24T17:34:52.539Z
size (MB) 157
size (bytes) 61243423
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.