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:
- singularity pull suite.sif docker://giottopackage/suite:v4.1.4
- singularity shell suite.sif
- R
- Run the following in R:
- library(Giotto)
- Now you can run any analysis with Giotto!