Skip to content

Commit 48caefa

Browse files
update total sequence number
1 parent b017bdc commit 48caefa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/04-redirection.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ in our FASTQ files that contain
182182
$ grep -B1 -A2 NNNNNNNNNN SRR098026.fastq > bad_reads.txt
183183
```
184184

185+
- You will notice the `NNNN..` characters aren't highlighted in red anymore. Perhaps `grep` might have a flag to retain the colour for searched pattern ?
186+
185187

186188
!!! circle-info "File extensions"
187189

@@ -209,7 +211,7 @@ make sure your file matches your instructor's output.
209211
```
210212

211213
```output
212-
802 1338 24012 bad_reads.txt
214+
537 1073 23217 bad_reads.txt
213215
```
214216

215217
This will tell us the number of lines, words and characters in the file. If we
@@ -220,7 +222,7 @@ make sure your file matches your instructor's output.
220222
```
221223

222224
```output
223-
802 bad_reads.txt
225+
537 bad_reads.txt
224226
```
225227

226228
!!! dumbbell "Exercise"
@@ -239,7 +241,7 @@ make sure your file matches your instructor's output.
239241
996
240242
```
241243

242-
Now you can divide this number by four to get the number of sequences in your fastq file.
244+
Now you can divide this number by four to get the number of sequences in your fastq file.
243245

244246

245247
!!! dumbbell "Exercise"

0 commit comments

Comments
 (0)