From 31963aee69844ec600be52ecc091c48a00be2f69 Mon Sep 17 00:00:00 2001 From: Ravi Tripathi <ravi89@uab.edu> Date: Tue, 14 Aug 2018 14:20:36 -0500 Subject: [PATCH] Added some markdown changes to README --- bash_array_jobs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bash_array_jobs/README.md b/bash_array_jobs/README.md index cde7361..e109fc0 100644 --- a/bash_array_jobs/README.md +++ b/bash_array_jobs/README.md @@ -16,11 +16,11 @@ An executable to remove all the files/directories from your current directory, e Usage: ./clean_env -* *bash_parallel_script*: +* *bash_parallel_script*: This is a bash script which creates and submits jobs for each file in the test directory. -* *array_seq.job*: +* *array_seq.job*: This is a SLURM Array batch script, which works when the names of input files are in sequential form. -* *array_rand.job*: +* *array_rand.job*: This is a SLURM Array batch script, which works when the names of input files are in random form. -- GitLab