From b6813e68dac4771eeacb6a691e409b0226e1c6ca Mon Sep 17 00:00:00 2001
From: Jennifer Rinker <rink@win.dtu.dk>
Date: Fri, 23 Jun 2017 17:46:21 +0200
Subject: [PATCH] Adding missing 2.2 section

---
 docs/tutorials/3-creating-htc-pbs-files.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/tutorials/3-creating-htc-pbs-files.md b/docs/tutorials/3-creating-htc-pbs-files.md
index 4041eb19..2b888f8b 100644
--- a/docs/tutorials/3-creating-htc-pbs-files.md
+++ b/docs/tutorials/3-creating-htc-pbs-files.md
@@ -63,6 +63,7 @@ The first is to call the function directly.
 The second is to wrap it in a job scheduler to submit the job to the HPC cluster.
 The first option is fine if you have only a few htc files or if the job 
 scheduler is not working for some reason.
+The second option is generally preferred.
 
 ### 2.1 Directly generate htc files
 
@@ -85,6 +86,13 @@ case it creates the htc and pbs files.
 After running the commands in the above box on Gorm, you should have all of your 
 PBS input files in ```pbs_in/``` and all of your htc files in ```htc```.
 
+### 2.2 Generate files using job scheduler
+
+From the set ID folder, run the following code:
+```
+qsub-wrap.py -f /home/MET/repositories/toolbox/WindEnergyToolbox/wetb/prepost/dlctemplate.py --prep
+```
+
 
 ## 3. Issues
 
-- 
GitLab