From 1fcf96bf0622ef885dd432c34adcceb6a2a88801 Mon Sep 17 00:00:00 2001 From: Fanny Wegner <fwegner@imm.uzh.ch> Date: Thu, 23 Mar 2023 08:12:10 +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 28848d4..af44536 100644 --- a/exercises/assembly_exercise.md +++ b/exercises/assembly_exercise.md @@ -37,7 +37,7 @@ We will first do the assembly of a small test dataset together. Later, you will cp -r /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/testdata/nanopore/rawdata /data/$USER/testdata/nanopore/ # copy scripts - cp /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/testdata/nanopore/rawdata/*.sh /data/$USER/testdata/nanopore/ + cp /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/testdata/nanopore/*.sh /data/$USER/testdata/nanopore/ ``` -- GitLab