connor-lab/singularity-recipes:wtdbg2

$ singularity pull shub://connor-lab/singularity-recipes:wtdbg2

Singularity Recipe

Bootstrap: docker
From: centos:latest

%post
    yum -y update
    yum -y install gcc git make zlib-devel 
    

    cd /usr/local/bin
    git clone https://github.com/ruanjue/wtdbg2.git wtdbg2-latest
    cd wtdbg2-latest && make
    find /usr/local/bin/wtdbg2-latest -maxdepth 1 -type f -executable -exec ln -s {} /usr/local/bin/ \;

%labels
    Maintainer m-bull
    Version wtdbg2-latest

Collection


View on Datalad

Metrics

key value
id /containers/connor-lab-singularity-recipes-wtdbg2
collection name connor-lab/singularity-recipes
branch master
tag wtdbg2
commit 3b2f76898f2518a737bc995646da3f2092caa156
version (container hash) 03f501316a77b9bc61312164f711e881
build date 2019-02-07T19:57:01.383Z
size (MB) 389
size (bytes) 138969119
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.