We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e69b9e commit 9729663Copy full SHA for 9729663
1 file changed
_episodes/06-biopython.md
@@ -254,7 +254,7 @@ SeqRecord(seq=Seq('TGTAACGAACGGTGCAATAGTGATCCACACCCAACGCCTGAAATCAGATCCAGG...CTG'
254
> Use string methods and the `SeqRecord` attributes to get the length of the sequence
255
> and the species name.
256
>
257
-<!-- > > ## Solution
+> > ## Solution
258
> >
259
> > Get the length using `len()`.
260
> > ~~~
@@ -276,7 +276,7 @@ SeqRecord(seq=Seq('TGTAACGAACGGTGCAATAGTGATCCACACCCAACGCCTGAAATCAGATCCAGG...CTG'
276
277
> > {: .output}
278
279
-> {: .solution} -->
+> {: .solution}
280
{: .challenge}
281
282
Using `SeqIO` we can read in several sequences from a file and store
0 commit comments