powerPlant/diamond-srf:v0.9.15

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

Singularity Recipe

Bootstrap: docker
From: ubuntu:bionic

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

%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.15/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.15
collection name powerPlant/diamond-srf
branch master
tag v0.9.15
commit b857eddc55a38b76b994c02365e7f2eac3ebfb91
version (container hash) d630ef470b63f5f7e8f8535f69cdfb17
build date 2019-02-11T09:20:46.083Z
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.