From e65d6bf74296e1959259a032b952b5050f04ff50 Mon Sep 17 00:00:00 2001 From: Ravi Tripathi <ravi89@uab.edu> Date: Tue, 14 Aug 2018 23:50:51 -0500 Subject: [PATCH] Adding Table of content --- bash_array_jobs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash_array_jobs/README.md b/bash_array_jobs/README.md index fda5272..439dadb 100644 --- a/bash_array_jobs/README.md +++ b/bash_array_jobs/README.md @@ -1,7 +1,7 @@ ##### Table of Contents - [Scenario](#scenario) - [Methods](#methods) - * [Manual process##](#manual-process--) + * [Manual process##](#manual-process) * [Bash Scripting](#bash-scripting) * [Array Jobs](#array-jobs) - [Content](#content) @@ -12,7 +12,7 @@ Often times, one needs to submit a huge number of very similar jobs on the clust # Methods # -## Manual process## +## Manual process ## The most basic method would be to create a [SLURM](https://docs.uabgrid.uab.edu/wiki/Slurm#Batch_Job) job script, and copy it over and over again, till you have an individual job script for each subject, and then you can make the minor tweak, so that each job is processing on the correct subject. *Problem:* -- GitLab