diff options
author | Brian Cully <bjc@kublai.com> | 2021-02-18 10:53:59 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2021-02-18 10:53:59 -0500 |
commit | 38b3fb3ba26e122671a6ed6a091dd1d100f25806 (patch) | |
tree | 69239054b4a6e2de710295e0cd177b3219483f09 | |
parent | e41ddbc9e3bf52ceaadf5c8d21e4834aebf11858 (diff) | |
download | molsim2-38b3fb3ba26e122671a6ed6a091dd1d100f25806.tar.gz molsim2-38b3fb3ba26e122671a6ed6a091dd1d100f25806.zip |
Update instructions with new steps for amino acid changes.
-rw-r--r-- | index.html | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -68,6 +68,22 @@ the selected nucleotide.</li> </ul> </li> + + <li id='amino-acid-select' class='step'> + Select the correct amino acid for the new codon. + </li> + + <li id='mark-as-lethal'> + Depending on the change to the codon: + <ul> + <li>If the mutation caused a change in the amino acid being + coded, mark this mutation as <em>lethal</em>, and start + over with the genome from the previous iteration.</li> + + <li>Otherwise, mark the mutation as <em>non-lethal</em>, + and continue with this new genome.</li> + </ul> + </li> </ol> <p id='print-results' class='step'> |