From e6f30e14f1e0955b95495e17d71cdb3bcb330c98 Mon Sep 17 00:00:00 2001
From: Rasmus Ringdahl <rasmus.ringdahl@liu.se>
Date: Fri, 21 Feb 2025 10:50:06 +0100
Subject: [PATCH] docs: clarifying folder creation

---
 2_multiple_job_steps/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/2_multiple_job_steps/README.md b/2_multiple_job_steps/README.md
index e8fcb27..81b972a 100644
--- a/2_multiple_job_steps/README.md
+++ b/2_multiple_job_steps/README.md
@@ -29,8 +29,8 @@ The input arguments are defined with a comment beginning with SBATCH followed by
 Python needs to be loaded into the environment in order to be accessible this is done in the next step with the __module__ command.
 
 The job steps is allocated and performed with the __srun__ commands.
-1. A folder is created with the same name as the Job ID on the local hard drive in the data folder of Lundgren _/local/data1/<LiU-ID>_. 
-2. Input data files are copied to the newly created folder.
+1. A folder is created with the same name as the Job ID on the local hard drive in the data folder of Lundgren _/local/data1/\<LiU-ID>_. A folder for data and output is also created.
+2. Input data files are copied to the newly created folder for data.
 3. The third step is the computational step of the job.
 4. The output files are compressed.
 5. The compressed output files are moved to the home folder.
-- 
GitLab