Skip to content

Commit 90214a3

Browse files
committed
update
1 parent 5d7a424 commit 90214a3

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
@@ -252,7 +252,7 @@ SeqRecord(seq=Seq('TGTAACGAACGGTGCAATAGTGATCCACACCCAACGCCTGAAATCAGATCCAGG...CTG'
252252
> Use string methods and the `SeqRecord` attributes to get the length of the sequence
253253
> and the species name.
254254
>
255-
<!-- > > ## Solution
255+
> > ## Solution
256256
> >
257257
> > Get the length using `len()`.
258258
> > ~~~
@@ -274,7 +274,7 @@ SeqRecord(seq=Seq('TGTAACGAACGGTGCAATAGTGATCCACACCCAACGCCTGAAATCAGATCCAGG...CTG'
274274
> > ~~~
275275
> > {: .output}
276276
> >
277-
> {: .solution} -->
277+
> {: .solution}
278278
{: .challenge}
279279
280280
Using `SeqIO` we can read in several sequences from a file and store

0 commit comments

Comments
 (0)