From 9cd6f1d8784c1f3368613112e9ce14d9f09b152c Mon Sep 17 00:00:00 2001 From: asarra <20255127+asarra@users.noreply.github.com> Date: Fri, 10 Jun 2022 22:31:09 +0200 Subject: [PATCH] Added the necessary 2nd stop codon for the vaccine In https://github.com/berthubert/bnt162b2/blob/master/side-by-side.csv at line 1275 there is only one TGA/UGA for the vaccine, but in https://berthub.eu/articles/posts/reverse-engineering-source-code-of-the-biontech-pfizer-vaccine/ at section "The end of the protein, next steps" you wrote that the vaccine uses 2 stop of these stop codons. Therefore I fixed it by adding the second stop codon at the end of the csv file. --- side-by-side.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/side-by-side.csv b/side-by-side.csv index 6525478..73b5d8f 100644 --- a/side-by-side.csv +++ b/side-by-side.csv @@ -1273,3 +1273,4 @@ abspos,codonOrig,codonVaccine 3813,TAC,TAC 3816,ACA,ACA 3819,TAA,TGA +3822,,TGA