...
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 <r_script_location> []$ module load workshop/r4_seurat []$ Rscript Rscript sbc_workflow<script>.R |
Note |
---|
You can not use this environment within RStudio via an interactive desktop session on SouthPass. |