Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This environment can be used on:

  1. Beartooth command-line terminal.

  2. SouthPass within a Shell tab.

  3. SouthPass within an interactive desktop (4 cpus and 16G) within a terminal - this does not require an salloc as the session is already on a compute node.

  4. Beartooth command-lineSouthPass interactive desktop (4 cpus and 16G) within RStudio - this does not require an salloc as the session is already on a compute node.

How to Use

From a terminal:

Code Block
# Create an interactive session so you're not running on a login node.
[~]$ salloc -A <account> arcc -t <time_required> --mem=16G
# Navigate to location of the R script to run.
[~]$ cd <script_location>
[]$ module load workshop/r4_seurat
[]$ Rscript Rscript <script>.R

From a SouthPass interactive desktop (4 cpus and 16G) running R:tudio

You can not use this environment within RStudio via an interactive desktop session on SouthPass.
Note
Code Block
# Start an interactive desktop session.
# Open a terminal.
[]$ module load workshop/r4_seurat
[]$ module load rstudio/2023.9.0
[]$ rstudio