Versions Compared

Key

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

...

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<script_location>
[]$ module load workshop/r4_seurat
[]$ Rscript Rscript <script>.R

...