Skip to content

Commit

Permalink
Merge pull request #878 from josschavezf/suite
Browse files Browse the repository at this point in the history
add singularity tutorial
  • Loading branch information
josschavezf authored Jan 29, 2024
2 parents 15bc402 + 922f3f0 commit d20dbec
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ navbar:
href: articles/terra.html
- text: Docker
href: articles/docker.html
- text: Singularity
href: articles/singularity.html
articles:
text: Examples
menu:
Expand Down Expand Up @@ -210,6 +212,7 @@ articles:
contents:
- terra
- docker
- singularity
- title: Spatial Manipulation
navbar: ~
contents:
Expand Down
24 changes: 24 additions & 0 deletions vignettes/singularity.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: "Singularity container"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Singularity container}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

# Singularity container with bash terminal

You can set up a Singularity container based on the [Giotto Docker Image] (https://hub.docker.com/r/giottopackage/suite) 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!

0 comments on commit d20dbec

Please sign in to comment.