powerPlant/diamond-srf:v0.9.17

$ singularity pull shub://powerPlant/diamond-srf:v0.9.17

Singularity Recipe

Bootstrap: docker
From: ubuntu:bionic

%labels
Maintainer tejas.sevak@plantandfood.co.nz
Version v0.9.17

%post
  ## Download build prerequisites
  apt-get -y update
  apt-get -y install wget
  cd /opt
  wget http://github.com/bbuchfink/diamond/releases/download/v0.9.17/diamond-linux64.tar.gz
  tar -xzf diamond-linux64.tar.gz
  
 
  ## Cleanup
  rm -rf /opt/diamond-linux64.tar.gz
  apt-get -y remove wget
  apt-get -y autoremove
  apt-get -y clean all

%runscript
 exec /opt/diamond "$@"

Collection


View on Datalad

Metrics

key value
id /containers/powerPlant-diamond-srf-v0.9.17
collection name powerPlant/diamond-srf
branch master
tag v0.9.17
commit b857eddc55a38b76b994c02365e7f2eac3ebfb91
version (container hash) 94cf3ad63949e019cc916fc9c3989d73
build date 2019-02-11T09:20:46.072Z
size (MB) 109
size (bytes) 50520095
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.