motroy/singularity-seqtk:latest

$ singularity pull shub://motroy/singularity-seqtk:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:16.04

%environment
export PATH="/Software/seqtk:/Software/seqtk/bin:$PATH"

%post
apt update && apt install -y git curl wget less locate unzip build-essential zlib1g-dev
mkdir -p /Software/ && cd /Software/
git clone https://github.com/lh3/seqtk.git
cd seqtk
make
export PATH="/Software/seqtk:/Software/seqtk/bin:$PATH"

Collection


View on Datalad

Metrics

key value
id /containers/motroy-singularity-seqtk-latest
collection name motroy/singularity-seqtk
branch master
tag latest
commit c949b7d47f9fd78920e403585e6070d45bd4639c
version (container hash) e2f56c70be3825536e556959a34f4927
build date 2019-02-17T21:45:27.160Z
size (MB) 359
size (bytes) 141525023
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.