berthubert / bnt162b2

Markdown version of Reverse Engineering the source code of the BioNTech/Pfizer SARS-CoV-2 Vaccine
169 stars 57 forks source link

Added the necessary 2nd stop codon for the vaccine #15

Open asarra opened 2 years ago

asarra commented 2 years ago

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.