From 77cbb4c838b7d0b475e2dd08c0982aa715902a2d Mon Sep 17 00:00:00 2001 From: Fanny Wegner <fwegner@imm.uzh.ch> Date: Thu, 23 Mar 2023 08:46:58 +0100 Subject: [PATCH] Update file assembly_exercise.md --- exercises/assembly_exercise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/assembly_exercise.md b/exercises/assembly_exercise.md index 3124746..83eff57 100644 --- a/exercises/assembly_exercise.md +++ b/exercises/assembly_exercise.md @@ -96,7 +96,7 @@ Submit for each platform the respective assembly script. ```bash # copy scripts - cp /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023//hybrid_assembly_scripts/*.sh /data/$USER/ngs/hybrid/ + cp /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/Participants_data/hybrid_assembly_scripts/*.sh /data/$USER/ngs/hybrid/ ``` * In the assembly scripts you need to specify the variables for the input and output data. -- GitLab