powerPlant/angsd-srf:0.921

$ singularity pull shub://powerPlant/angsd-srf:0.921

Singularity Recipe

Bootstrap: docker
From: ubuntu:bionic

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

%post
  ## Download build prerequisites
  apt-get update
  apt-get -y install g++ gcc libbz2-dev libcurl4 libcurl4-openssl-dev libhts2 libhts-dev libssl-dev libzip4 libzip-dev make wget

  cd /opt
  wget https://github.com/ANGSD/angsd/archive/0.921.tar.gz
  tar -xzf 0.921.tar.gz
  cd angsd-0.921
  make
  make install

  ## Cleanup
  apt-get -y autoremove g++ gcc libcurl4-openssl-dev libhts-dev libssl-dev libzip-dev make wget
  apt-get -y clean all
  rm -rf /opt/*

%runscript
  exec angsd "$@"

Collection


View on Datalad

Metrics

key value
id /containers/powerPlant-angsd-srf-0.921
collection name powerPlant/angsd-srf
branch master
tag 0.921
commit cc5e9efa024a6c72e654aefe8b2dfafa8fbe648d
version (container hash) de42503709804343cc1a1bc8d071cd25
build date 2019-02-07T08:10:41.374Z
size (MB) 141
size (bytes) 59359263
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.