powerPlant/plink2-srf:v2.00a2lm

$ singularity pull shub://powerPlant/plink2-srf:v2.00a2lm

Singularity Recipe

Bootstrap: docker
From: centos:7

%labels
Maintainer eric.burgueno@plantandfood.co.nz
Version v2.00a2LM

%post
  ## Install prerequisites
  yum -y install unzip wget
  
  ## Download and install
  wget http://s3.amazonaws.com/plink2-assets/plink2_linux_avx2_20191025.zip
  unzip plink2_linux_avx2_20191025.zip
  install -dm0755 /usr/local/bin
  install -Dm0755 plink2 /usr/local/bin

  ## Cleanup
  rm -f plink2*
  yum -y erase unzip wget
  yum -y autoremove
  yum clean all

%runscript
  exec plink2 "$@"

Collection


View on Datalad

Metrics

key value
id /containers/powerPlant-plink2-srf-v2.00a2lm
collection name powerPlant/plink2-srf
branch master
tag v2.00a2lm
commit 537bdf39b884c4a646fe1cb6015ac45fb8282c34
version (container hash) b45ca4ad7b8d50cbba761ab58a42a77dc21097e2e613f8f2e76db0f389a21b75
build date 2019-10-30T02:14:53.878Z
size (MB) 78.203125
size (bytes) 82001920
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.