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
Copy file name to clipboardExpand all lines: cookbook/01-sequences.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,8 +228,7 @@ meaning the majority of reads are high quality.
228
228
229
229
More information about converting ASCII characters and PHRED scores to quality scores can be found [here](https://people.duke.edu/~ccc14/duke-hts-2018/bioinformatics/quality_scores.html).
230
230
231
-
Now that we've learned how to read files in and manipulate them a bit,
232
-
let's see if we can align the _mecA_ gene to the _Staphylococcus aureus_ genome.
233
-
This will tell us if this particular _S. aureus_ is MRSA.
231
+
Now that we've learned how to read files in and manipulate them a bit,
232
+
let's see if we can align 2 _mecA_ genes to compare them.
0 commit comments