Versions Compared

Key

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

Example

Code Block
#!/bin/bash
#SBATCH --time=01:00:00
#SBATCH --mem=5GB
cd /path/where/to/start/the/job

module load R

Rscript --vanilla long-job-rscript.R