Singularity container with bash terminal

You can set up a Singularity container based on the Giotto Docker Image able to run in a bash environment.

Instructions

Follow these instructions to create your own Singularity and run Giotto:

  1. singularity pull suite.sif docker://giottopackage/suite:latest
  2. singularity shell suite.sif
  3. R
  4. Run the following in R:
    1. library(Giotto)
  5. Now you can run any analysis with Giotto!