You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
+
185
187
186
188
!!! circle-info "File extensions"
187
189
@@ -209,7 +211,7 @@ make sure your file matches your instructor's output.
209
211
```
210
212
211
213
```output
212
-
802 1338 24012 bad_reads.txt
214
+
537 1073 23217 bad_reads.txt
213
215
```
214
216
215
217
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.
220
222
```
221
223
222
224
```output
223
-
802 bad_reads.txt
225
+
537 bad_reads.txt
224
226
```
225
227
226
228
!!! dumbbell "Exercise"
@@ -239,7 +241,7 @@ make sure your file matches your instructor's output.
239
241
996
240
242
```
241
243
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.
0 commit comments