powerPlant/racon-srf:1.3.0

$ singularity pull shub://powerPlant/racon-srf:1.3.0

Singularity Recipe

Bootstrap: docker
From: fedora:27

%labels
Maintainer tejas.sevak@plantandfood.co.nz
Version 1.3.0

%post
  ## Download build prerequisites
  dnf -y install cmake clang gcc libstdc++ make

  curl -OL https://github.com/isovic/racon/releases/download/1.3.0/racon-v1.3.0.tar.gz

  tar -xvf racon-v1.3.0.tar.gz
  cd racon-v1.3.0
  mkdir build
  cd build/
  cmake -DCMAKE_BUILD_TYPE=Release ..
  make
  make install

  ## Cleanup
  dnf -y remove cmake clang gcc make
  dnf -y clean all
  rm -rf /racon*

%runscript
  exec racon "$@"

Collection


View on Datalad

Metrics

key value
id /containers/powerPlant-racon-srf-1.3.0
collection name powerPlant/racon-srf
branch master
tag 1.3.0
commit a433d32cb75024bcde882f6383dabaa1675c01a5
version (container hash) 9255f45b341806365355bdc28840a9e2
build date 2019-02-05T05:54:32.459Z
size (MB) 234
size (bytes) 71413791
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.