Skip to content
Snippets Groups Projects

Update file assembly_exercise.md

Merged Fanny Wegner requested to merge master-patch-0d1e-patch-4688 into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -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/testdata/illumina/01_data /data/$USER/testdata/illumina/
cp -r /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/Participants_data/testdata/illumina/01_data /data/$USER/testdata/illumina/
# copy scripts
cp -r /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/Participants_data/illumina/testdata/02_scripts/ /data/$USER/testdata/illumina/
@@ -34,10 +34,10 @@ 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/testdata/nanopore/rawdata /data/$USER/testdata/nanopore/
cp -r /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/Participants_data/testdata/nanopore/rawdata /data/$USER/testdata/nanopore/
# copy scripts
cp /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/testdata/nanopore/*.sh /data/$USER/testdata/nanopore/
cp /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/Participants_data/testdata/nanopore/*.sh /data/$USER/testdata/nanopore/
```
@@ -46,7 +46,7 @@ We will first do the assembly of a small test dataset together. Later, you will
```bash
# copy scripts
cp /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/testdata/hybrid/*.sh /data/$USER/testdata/hybrid/
cp /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/Participants_data/testdata/hybrid/*.sh /data/$USER/testdata/hybrid/
```
Loading