From ff5fe9f09ca2f16e035ea1e50c31130ba1f34a7d Mon Sep 17 00:00:00 2001
From: Fanny Wegner <fwegner@imm.uzh.ch>
Date: Tue, 21 Mar 2023 08:03:31 +0100
Subject: [PATCH] Replace UNIX_HPC_cheat_sheet.md

---
 exercises/UNIX_HPC_cheat_sheet.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/exercises/UNIX_HPC_cheat_sheet.md b/exercises/UNIX_HPC_cheat_sheet.md
index 41a4ffd..a08269b 100644
--- a/exercises/UNIX_HPC_cheat_sheet.md
+++ b/exercises/UNIX_HPC_cheat_sheet.md
@@ -98,6 +98,13 @@ fi
 ```
 
 
+## Running Singularity containers
+Running a container called `my_software_container` that contains a command called `my_software`
+```bash
+my_software_container.sif my_software [parameters]             
+```
+
+
 <br>
 
 # SLURM Cheat Sheet
-- 
GitLab