powerPlant/racon-srf:1.3.1

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

Singularity Recipe

Bootstrap: docker
From: fedora:27

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

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

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

  tar -xvf racon-v1.3.1.tar.gz
  cd racon-v1.3.1
  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.1
collection name powerPlant/racon-srf
branch master
tag 1.3.1
commit a433d32cb75024bcde882f6383dabaa1675c01a5
version (container hash) bc8b548c00e5bc86f1b092357cca1aed
build date 2019-02-05T05:54:32.453Z
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.