Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cambiotraining/bacterial-genomics
Browse files Browse the repository at this point in the history
  • Loading branch information
tavareshugo committed Jul 19, 2024
2 parents 71ff070 + 2ec8010 commit 071f9d4
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified course_files/scripts/.DS_Store
Binary file not shown.
Binary file modified materials/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion materials/02-preparing_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ We have a lot to fit in this week, and during testing, we found that running all

### Data

Your analysis starts with FASTQ files (if you need a reminder of what a FASTQ file is, look at the [Intro to NGS > FASTQ](02-intro_ngs.html#FASTQ_Files) section of the materials). The Illumina files come as compressed FASTQ files (`.fastq.gz` format) and there's two files per sample, corresponding to read 1 and read 2.
Your analysis starts with FASTQ files (if you need a reminder of what a FASTQ file is, look at the [Intro to NGS > FASTQ](03-intro_ngs.html#FASTQ_Files) section of the materials). The Illumina files come as compressed FASTQ files (`.fastq.gz` format) and there's two files per sample, corresponding to read 1 and read 2.
This is indicated by the file name suffix:

- `*_1.fastq.gz` for read 1
Expand Down
2 changes: 1 addition & 1 deletion materials/30-poppunk.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To run PopPUNK on our assemblies, the following commands can be used:
mkdir -p results/poppunk

# run PopPUNK
poppunk_assign --db GPS_v8_ref --external-clustering GPS_v8_external_clusters.csv --query qfile.txt --output results/poppunk --threads 8
poppunk_assign --db GPS_v8_ref --external-clustering GPS_v8_external_clusters.csv --query assemblies.txt --output results/poppunk --threads 8
```
The options we used are:

Expand Down

0 comments on commit 071f9d4

Please sign in to comment.