powerPlant/ragoo-srf:1.01

$ singularity pull shub://powerPlant/ragoo-srf:1.01

Singularity Recipe

Bootstrap: docker
From: ubuntu:bionic

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

%environment
PATH=/opt/minimap2-2.15_x64-linux:$PATH
export PATH

%post
  ## Download build prerequisites
  apt-get -y update
  apt-get -y install python3 wget python3-pip python3-setuptools

  cd /opt
  wget https://github.com/lh3/minimap2/releases/download/v2.15/minimap2-2.15_x64-linux.tar.bz2
  tar -xvf minimap2-2.15_x64-linux.tar.bz2
  
  wget https://github.com/malonge/RaGOO/archive/v1.01.tar.gz
  tar -xvf v1.01.tar.gz
  cd RaGOO-1.01/
  python3 setup.py install
  chmod +x ragoo.py

  ## Cleanup
  rm -rf /opt/v1.01.tar.gz /opt/minimap2-2.15_x64-linux.tar.bz2
  apt-get remove wget python3-pip -y
  apt-get autoremove -y
  apt-get -y clean all

%runscript
  exec python3 /opt/RaGOO-1.01/ragoo.py "$@"

Collection


View on Datalad

Metrics

key value
id /containers/powerPlant-ragoo-srf-1.01
collection name powerPlant/ragoo-srf
branch master
tag 1.01
commit 0b8f2b4f6cbe5ada832ae6fe8bbca04c3a03e83e
version (container hash) 55822a487d48a4aa2b005dd9a505d9aa
build date 2019-02-21T20:57:18.319Z
size (MB) 216
size (bytes) 79204383
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.