From 01ad5d21fec861c65807aefcbee4e8d33dd7b1b4 Mon Sep 17 00:00:00 2001 From: tbrunetti Date: Fri, 26 Oct 2018 09:56:13 -0600 Subject: [PATCH] updated batch job --- SLURM_getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SLURM_getting_started.md b/SLURM_getting_started.md index c803390..c84fc8b 100644 --- a/SLURM_getting_started.md +++ b/SLURM_getting_started.md @@ -30,7 +30,7 @@ module load ## Submitting A Batch Script -In order for SLURM to submit and schedule your job for processing, it requires special formatting of some headers in your shell script to indicate how the job should be processed. +In order for SLURM to submit and schedule your job for processing, it requires special formatting of some headers in your shell script to indicate how the job should be processed. For more information please [click here](https://github.com/tbrunetti/Rosalind_HPC/blob/master/rosalind-getting-started.md#running-jobs)