fixed a comment

This commit is contained in:
Celine Mercier
2019-09-10 14:42:12 +02:00
parent 8f9f2a2d10
commit f3b0e10c7f

View File

@ -27,7 +27,7 @@
* @brief Alignment structure, with informations about the similarity and to rebuild the alignment. * @brief Alignment structure, with informations about the similarity and to rebuild the alignment.
*/ */
typedef struct Obi_ali { typedef struct Obi_ali {
int score; /**< Alignment score, corresponding to the number of matches (identical nucleotides aligned). int score; /**< Alignment score, corresponding to the number of nucleotides in the longest stretch of kmers perfectly matching.
*/ */
int consensus_length; /**< Length of the final consensus sequence. int consensus_length; /**< Length of the final consensus sequence.
*/ */