sghignone/BBTools:latest
$ singularity pull shub://sghignone/BBTools:latest
Singularity Recipe
Bootstrap: docker
From: anapsix/alpine-java:latest
%labels
author Stefano Ghignone
maintainer sghignone
name BBTools
version v38.90 (released 2021-02-03)
bbmap 38.90
%post
apk update && apk upgrade \
&& apk add --no-cache sudo build-base wget
#download and unpack bbtools from Sourgeforge
wget -c https://downloads.sourceforge.net/project/bbmap/BBMap_38.90.tar.gz -P /opt/
tar -xvzf /opt/BBMap_38.90.tar.gz -C /opt/
rm /opt/BBMap_38.90.tar.gz
%environment
export PATH=/opt/bbmap:$PATH
Collection
- Name: sghignone/BBTools
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/sghignone-BBTools-latest |
collection name | sghignone/BBTools |
branch | master |
tag | latest |
commit | 6047ccf7437683806a21d48ad260cf5dde8f64a6 |
version (container hash) | 242079d57b057aa4115bf34f7394a9e7 |
build date | 2021-03-25T19:59:14.966Z |
size (MB) | 323.0 |
size (bytes) | 112119839 |
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.