From 4f92446ad9b3c22a78ac6dc14f22b1c4b45c6c80 Mon Sep 17 00:00:00 2001 From: Niko Sirmpilatze Date: Mon, 30 Sep 2024 17:13:30 +0100 Subject: [PATCH] use new repo name in slides (#21) --- index.qmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.qmd b/index.qmd index a567d79..471d7e2 100644 --- a/index.qmd +++ b/index.qmd @@ -368,14 +368,14 @@ Always start a job (interactive or batch) before doing anything intensive to spa Clone a test script ```bash cd ~/ -git clone https://github.com/neuroinformatics-unit/course-software-skills-hpc +git clone https://github.com/neuroinformatics-unit/course-behaviour-hpc ``` . . . Make the script executable ```bash -cd course-software-skills-hpc/demo +cd course-behaviour-hpc/demo chmod +x multiply.sh ``` @@ -397,7 +397,7 @@ exit Check out batch script: ```bash -cd course-software-skills-hpc/demo +cd course-behaviour-hpc/demo cat batch_example.sh ``` @@ -682,7 +682,7 @@ Main method for submitting jobs ## See example batch scripts ```{.bash code-line-numbers="false"} -cd ~/course-software-skills-hpc/pose-estimation/slurm-scripts +cd ~/course-behaviour-hpc/pose-estimation/slurm-scripts ls ```