QuentinLetourneur/Let-it-bin:khmer

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

Singularity Recipe

Bootstrap: docker
From: ubuntu:16.04

%setup
    export LC_ALL=C

%post
    mkdir /pasteur
    apt -y update
    apt -y install wget python2.7-dev python-pip gcc g++
    
	cd /home
    wget https://github.com/dib-lab/khmer/archive/v2.0.tar.gz
    tar -xzf v2.0.tar.gz
    rm v2.0.tar.gz
    pip install khmer

Collection


View on Datalad

Metrics

key value
id /containers/QuentinLetourneur-Let-it-bin-khmer
collection name QuentinLetourneur/Let-it-bin
branch master
tag khmer
commit f84588bf7b9790fbec5075fa8852f5743a55f053
version (container hash) e80a367c572aa042495065138701d36d
build date 2018-09-03T17:16:24.263Z
size (MB) 544
size (bytes) 219140127
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.