From 331d54859d278c0a27c85ad94bd8ca652289998c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bertrand=20N=C3=A9ron?= <bneron@pasteur.fr> Date: Tue, 8 Jun 2021 19:59:16 +0200 Subject: [PATCH] fix typos --- source/Collection_Data_Types.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/Collection_Data_Types.rst b/source/Collection_Data_Types.rst index df26775..5fc4b1a 100644 --- a/source/Collection_Data_Types.rst +++ b/source/Collection_Data_Types.rst @@ -360,11 +360,11 @@ In the first algorithm. | In the second algorithm we read the sequence only once ======= -In the first alogrithm. +In the first algorithm. | we first compute all kmers we generate 4\ :sup:`kmer length` -| then we count the occurence of each kmer in the sequence -| so for each kmer we read all the sequence so the algorith is in O( 4\ :sup:`kmer length` * ``sequence length``) +| then we count the occurrence of each kmer in the sequence +| so for each kmer we read all the sequence so the algorithm is in O( 4\ :sup:`kmer length` * ``sequence length``) | In the secon algorithm we read the sequence only once >>>>>>> e986fb63db27fe063adb907bfb916dbb79c5db9b @@ -448,7 +448,7 @@ pseudocode: """"""""""" | *function reverse_comp(sequence)* -| *complement <- establish a correpondance and each base and its complement* +| *complement <- establish a correspondance and each base and its complement* | *rev_seq <- revert the sequence* | *rev_comp <- empty* | *for each nt of rev_seq* -- GitLab