Skip to content
Snippets Groups Projects
Commit a39a1acc authored by Fanny Wegner's avatar Fanny Wegner
Browse files

Update file assembly_exercise.md

parent b97f1792
1 merge request!61Update file assembly_exercise.md
...@@ -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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment