From 48dbdd8d3d5bb2d1b39d5c585f2d4b510504fe07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bertrand=20N=C3=A9ron?= <bneron@pasteur.fr> Date: Mon, 14 Jun 2021 13:42:41 +0200 Subject: [PATCH] remove correction about kmer as it should not appear in this chapter --- source/Dive_into_Functions.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/source/Dive_into_Functions.rst b/source/Dive_into_Functions.rst index ad448bb..c627951 100644 --- a/source/Dive_into_Functions.rst +++ b/source/Dive_into_Functions.rst @@ -445,18 +445,6 @@ help you by drawing diagram. .. image :: _static/figs/spacer.png -Exercice --------- - -Use the code of the exercise 4.5.7 on the kmer. -Make a function which compute all kmer of a given length in a sequence. - -.. literalinclude:: _static/code/kmer.py - :linenos: - :language: python - -:download:`kmer.py <_static/code/kmer.py>` . - Exercise -------- -- GitLab