-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #878 from josschavezf/suite
add singularity tutorial
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |