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 cceca74 commit 0480d6dCopy full SHA for 0480d6d
1 file changed
_episodes/06-biopython.md
@@ -536,6 +536,20 @@ query.description
536
{: .python}
537
538
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
+
553
<!--
554
~~~
555
0 commit comments