jlboat/BioinfoContainers:fastme

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

Singularity Recipe

Bootstrap: docker

From: ubuntu:latest

%post
    apt-get update --fix-missing && apt-get install -y wget build-essential automake
    cd /opt/
    wget https://gite.lirmm.fr/atgc/FastME/raw/master/tarball/fastme-2.1.6.1.tar.gz
    tar -xvzf fastme-2.1.6.1.tar.gz
    rm fastme-2.1.6.1.tar.gz
    cd fastme-2.1.6.1
    ./configure
    make
    make install
    chmod -R 777 /opt/*

%runscript
    exec "$@"

Collection


View on Datalad

Metrics

key value
id /containers/jlboat-BioinfoContainers-fastme
collection name jlboat/BioinfoContainers
branch master
tag fastme
commit 5f15386e1057282311ce1b4a7cae3f747425ed6b
version (container hash) 333e2ce84b282bebff803cef51967fe9
build date 2019-05-08T15:11:14.077Z
size (MB) 318
size (bytes) 115388447
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.