powerPlant/diamond-srf:v0.9.16

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

Singularity Recipe

Bootstrap: docker
From: ubuntu:bionic

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

%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.16/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.16
collection name powerPlant/diamond-srf
branch master
tag v0.9.16
commit b857eddc55a38b76b994c02365e7f2eac3ebfb91
version (container hash) f7831fad93787ae616883c65d7a1bedd
build date 2019-02-11T09:20:46.078Z
size (MB) 109
size (bytes) 50511903
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.