Skip to content
Snippets Groups Projects

Update file assembly_exercise.md

Merged Fanny Wegner requested to merge master-patch-96a8 into master
1 file
+ 21
0
Compare changes
  • Side-by-side
  • Inline
@@ -107,6 +107,27 @@ The scripts here, include the assembly as well as the annotation step.
@@ -107,6 +107,27 @@ The scripts here, include the assembly as well as the annotation step.
 
## Download assembly data if yours hasn't finished
 
 
**Illumina**
 
 
```bash
 
cp -r /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/Participants_data/illumina/03_output_mrsa /data/$USER/ngs/illumina/03_output_mrsa_backup/
 
 
cp -r /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/Participants_data/illumina/03_output_upec /data/$USER/ngs/illumina/03_output_upec_backup/
 
```
 
 
 
**Nanopore**
 
 
```bash
 
cp -r /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/Participants_data/nanopore_backup/Analysis /data/$USER/ngs/nanopore/Analysis_backup
 
 
cp -r /shares/amr.imm.uzh/data/projects/Blockcourse_BIO296/FS2023/Participants_data/nanopore_backup/QC /data/$USER/ngs/nanopore/QC_backup
 
```
 
 
 
Loading