Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

This page shows you how to run submit a bash script to Slurm. The runSingle script, accessible through the rcbio/1.3.3 module, converts an input bash script with sbatch command and submits a single job to the Slurm scheduler for you.

...

From a Mac Terminal, use the ssh command, inserting your eCommons HMS ID instead of user123:

Code Block
ssh user123@o2.hms.harvard.edu

...