Skip to content

Commit 9729663

Browse files
committed
solution to 06
1 parent 9e69b9e commit 9729663

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_episodes/06-biopython.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ SeqRecord(seq=Seq('TGTAACGAACGGTGCAATAGTGATCCACACCCAACGCCTGAAATCAGATCCAGG...CTG'
254254
> Use string methods and the `SeqRecord` attributes to get the length of the sequence
255255
> and the species name.
256256
>
257-
<!-- > > ## Solution
257+
> > ## Solution
258258
> >
259259
> > Get the length using `len()`.
260260
> > ~~~
@@ -276,7 +276,7 @@ SeqRecord(seq=Seq('TGTAACGAACGGTGCAATAGTGATCCACACCCAACGCCTGAAATCAGATCCAGG...CTG'
276276
> > ~~~
277277
> > {: .output}
278278
> >
279-
> {: .solution} -->
279+
> {: .solution}
280280
{: .challenge}
281281
282282
Using `SeqIO` we can read in several sequences from a file and store

0 commit comments

Comments
 (0)