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 5d7a424 commit 90214a3Copy full SHA for 90214a3
1 file changed
_episodes/06-biopython.md
@@ -252,7 +252,7 @@ SeqRecord(seq=Seq('TGTAACGAACGGTGCAATAGTGATCCACACCCAACGCCTGAAATCAGATCCAGG...CTG'
252
> Use string methods and the `SeqRecord` attributes to get the length of the sequence
253
> and the species name.
254
>
255
-<!-- > > ## Solution
+> > ## Solution
256
> >
257
> > Get the length using `len()`.
258
> > ~~~
@@ -274,7 +274,7 @@ SeqRecord(seq=Seq('TGTAACGAACGGTGCAATAGTGATCCACACCCAACGCCTGAAATCAGATCCAGG...CTG'
274
275
> > {: .output}
276
277
-> {: .solution} -->
+> {: .solution}
278
{: .challenge}
279
280
Using `SeqIO` we can read in several sequences from a file and store
0 commit comments