Skip to content

Commit 0480d6d

Browse files
committed
update
1 parent cceca74 commit 0480d6d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

_episodes/06-biopython.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,20 @@ query.description
536536
{: .python}
537537

538538

539+
> ## Take-Home Challenge: Biopython
540+
>
541+
> Experiment with features of biopython using the sequence in the variable `query` that we loaded from `test.fasta`.
542+
>
543+
> 1. Print the reverse complement of the sequence to screen.
544+
>
545+
> 2. Write your own function to calculate the GC content of this sequence to screen.
546+
>
547+
> > ## Solutions
548+
> >
549+
> > The solutions will be posted in 4 days. Feel free to use the `#scripting_help` channel in Slack to discuss these exercises.
550+
> {: .solution}
551+
{: .challenge}
552+
539553
<!--
540554
~~~
541555

0 commit comments

Comments
 (0)