From 86773f077ff5a0da50922f1d3f23daadc3728295 Mon Sep 17 00:00:00 2001 From: Fanny Wegner <fwegner@imm.uzh.ch> Date: Thu, 23 Mar 2023 09:07:32 +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 83eff57..818ee0e 100644 --- a/exercises/assembly_exercise.md +++ b/exercises/assembly_exercise.md @@ -23,7 +23,7 @@ We will first do the assembly of a small test dataset together. Later, you will ```bash # copy data - cp -r /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/Participants_data/testdata/illumina/01_data /data/$USER/testdata/illumina/ + cp /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/Participants_data/illumina/01_data_mrsa/SaH1P10622* /data/$USER/testdata/illumina/ # copy scripts cp -r /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/Participants_data/testdata/illumina/02_scripts/ /data/$USER/testdata/illumina/ -- GitLab