From e0e99966ea7d4d215797e9668a9e02ce22e50bb4 Mon Sep 17 00:00:00 2001 From: Ravi Tripathi <ravi89@uab.edu> Date: Tue, 14 Aug 2018 23:49:10 -0500 Subject: [PATCH] Adding Table of content --- bash_array_jobs/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bash_array_jobs/README.md b/bash_array_jobs/README.md index 6c7a66d..fda5272 100644 --- a/bash_array_jobs/README.md +++ b/bash_array_jobs/README.md @@ -1,3 +1,12 @@ +##### Table of Contents +- [Scenario](#scenario) +- [Methods](#methods) + * [Manual process##](#manual-process--) + * [Bash Scripting](#bash-scripting) + * [Array Jobs](#array-jobs) +- [Content](#content) + + # Scenario # Often times, one needs to submit a huge number of very similar jobs on the cluster. For example, if you want to run a software with same parameters over lots of subjects or if you want to run Quality Check on all the raw data that you have to process. -- GitLab