Skip to content

Commit

Permalink
Merge pull request /issues/227 from klemensnoga/patch-1
Browse files Browse the repository at this point in the history
Minor spellcheck in 03-trimming.md
  • Loading branch information
valgartner authored Oct 20, 2021
2 parents cda6872 + 94a7464 commit 3cb83a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/03-trimming.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ In this example, we've told Trimmomatic:
| code | meaning |
| ------- | ---------- |
| `PE` | that it will be taking a paired end file as input |
| `-threads 4` | to use four computing threads to run (this will spead up our run) |
| `-threads 4` | to use four computing threads to run (this will speed up our run) |
| `SRR_1056_1.fastq` | the first input file name |
| `SRR_1056_2.fastq` | the second input file name |
| `SRR_1056_1.trimmed.fastq` | the output file for surviving pairs from the `_1` file |
Expand Down

0 comments on commit 3cb83a8

Please sign in to comment.