NagaComBio/singularity_gSmVs:latest

$ singularity pull shub://NagaComBio/singularity_gSmVs:latest

Singularity Recipe

Bootstrap: docker

From: rocker/tidyverse:3.6.3

%files
  install_script.R

%post
  echo "Updating..."
  apt-get update && apt-get -y install wget python-pip ghostscript

  echo "Installing python packages"
  pip install https://github.com/NagaComBio/BioMine/archive/master.zip
  pip install https://github.com/NagaComBio/CharGer/archive/master.zip
  pip install cython==0.29.14
  pip install cyvcf2==0.9.0
  pip install futures==3.3.0
  pip install pandas==0.24.2
  pip install matplotlib==2.0.2

  echo "Installing R packages"
  /usr/local/bin/Rscript install_script.R

%runscript

%startscript

Collection


View on Datalad

Metrics

key value
id /containers/NagaComBio-singularity_gSmVs-latest
collection name NagaComBio/singularity_gSmVs
branch master
tag latest
commit a61ce6c071bf28356c5586c7cc4f6fefb880f9db
version (container hash) 4d7135ade8f6c56c17392932567057a2
build date 2021-03-19T16:02:40.041Z
size (MB) 2760.0
size (bytes) 1077669919
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.