TomHarrop/singularity-containers:kraken_2.0.8beta
$ singularity pull shub://TomHarrop/singularity-containers:kraken_2.0.8beta
Singularity Recipe
Bootstrap: docker
From: ubuntu:18.04
%help
kraken2 2.0.8-beta
https://github.com/DerrickWood/kraken2
%labels
MAINTAINER "Tom Harrop"
VERSION "kraken2 2.0.8-beta"
%post
# dependencies
apt-get update
apt-get install -y \
build-essential \
language-pack-en \
libgomp1 \
libopenmpi-dev \
ncbi-blast+ \
openmpi-bin \
rsync \
wget
# install kraken
wget -O kraken.tar.gz \
--no-check-certificate \
https://github.com/DerrickWood/kraken2/archive/v2.0.8-beta.tar.gz
mkdir kraken
tar -zxf kraken.tar.gz \
-C kraken \
--strip-components 1
cd kraken || exit 1
./install_kraken2.sh /usr/local/bin
cd .. || exit 1
rm -rf kraken kraken.tar.gz
%runscript
exec /usr/local/bin/kraken2 "$@"
Collection
- Name: TomHarrop/singularity-containers
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/TomHarrop-singularity-containers-kraken_2.0.8beta |
collection name | TomHarrop/singularity-containers |
branch | master |
tag | kraken_2.0.8beta |
commit | 24881cf249321d9be12ca0f4f1acb70b04add6d3 |
version (container hash) | 8b25cc5f3b14c2dc7d2cb3b955efbaa0 |
build date | 2019-06-13T22:59:54.045Z |
size (MB) | 483 |
size (bytes) | 168136735 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.