powerPlant/pblat-srf:2.0

$ singularity pull shub://powerPlant/pblat-srf:2.0

Singularity Recipe

Bootstrap: docker
From: ubuntu:bionic

%labels
Maintainer eric.burgueno@plantandfood.co.nz
Version 2.0

%post
  ## Download build prerequisites
  apt-get update
  apt-get -y install gcc libssl-dev make wget zlib1g-dev

  ## Build
  cd /opt
  wget https://github.com/icebert/pblat/archive/2.0.tar.gz
  tar -xzf 2.0.tar.gz
  cd pblat-2.0
  make

  ## Install
  install pblat /usr/local/bin

  ## Cleanup
  cd
  rm -rf /opt/*
  apt-get -y remove gcc libssl-dev make wget zlib1g-dev
  apt-get -y autoremove
  apt-get -y clean all

%runscript
  exec pblat "$@"

Collection


View on Datalad

Metrics

key value
id /containers/powerPlant-pblat-srf-2.0
collection name powerPlant/pblat-srf
branch master
tag 2.0
commit 768d1bb5a23e5728e084afedeae8f81d9d644b86
version (container hash) c8671c95dc771912921e741805c2f465
build date 2019-02-19T08:13:34.119Z
size (MB) 106
size (bytes) 48791583
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.