From b52e5ab818ffc87fa2d983d4358009a429b0c191 Mon Sep 17 00:00:00 2001 From: DominikRafacz Date: Fri, 22 Apr 2022 11:59:37 +0200 Subject: [PATCH] fix codon table errors fixes #95 --- inst/include/tidysq/constants/translate_tables.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inst/include/tidysq/constants/translate_tables.h b/inst/include/tidysq/constants/translate_tables.h index 043b4cb..97a88f4 100644 --- a/inst/include/tidysq/constants/translate_tables.h +++ b/inst/include/tidysq/constants/translate_tables.h @@ -109,16 +109,16 @@ namespace tidysq::constants { inline const LetterValue CODON = 1u; template - inline const LetterValue CODON = 4u; + inline const LetterValue CODON = 9u; template - inline const LetterValue CODON = 9u; + inline const LetterValue CODON = 4u; template - inline const LetterValue CODON = 4u; + inline const LetterValue CODON = 9u; template - inline const LetterValue CODON = 9u; + inline const LetterValue CODON = 4u; template<>