powerPlant/diamond-srf:latest

$ singularity pull shub://powerPlant/diamond-srf:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:bionic

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

%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.24/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-latest
collection name powerPlant/diamond-srf
branch master
tag latest
commit b857eddc55a38b76b994c02365e7f2eac3ebfb91
version (container hash) 29123ad352dccebc03bd04bd1c9d7298
build date 2019-02-11T09:20:46.089Z
size (MB) 112
size (bytes) 50950175
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.