QuentinLetourneur/Let-it-bin:bedtools

$ singularity pull shub://QuentinLetourneur/Let-it-bin:bedtools

Singularity Recipe

Bootstrap: docker
From: ubuntu:16.04

%post
    mkdir /pasteur
    apt -y update
    apt -y install wget build-essential zlib1g-dev python
    
    wget https://github.com/arq5x/bedtools2/releases/download/v2.25.0/bedtools-2.25.0.tar.gz
    tar -xzf bedtools-2.25.0.tar.gz
    rm bedtools-2.25.0.tar.gz
    cd bedtools2
	make
    make install

Collection


View on Datalad

Metrics

key value
id /containers/QuentinLetourneur-Let-it-bin-bedtools
collection name QuentinLetourneur/Let-it-bin
branch master
tag bedtools
commit 647c7b5e55f98b734d8bcb0be2bbc1953b9bb875
version (container hash) 24309fdea49aa13eb9f3b6dea7927e4f
build date 2018-09-02T19:38:27.940Z
size (MB) 431
size (bytes) 165691423
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.