JAL-3224 JAL-3225 Some fixes in install4j template and build.gradle, and a correction...
[jalview.git] / help / html / misc / geneticCode.html
1 <html>
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
4  * Copyright (C) $$Year-Rel$$ The Jalview Authors
5  * 
6  * This file is part of Jalview.
7  * 
8  * Jalview is free software: you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License 
10  * as published by the Free Software Foundation, either version 3
11  * of the License, or (at your option) any later version.
12  *  
13  * Jalview is distributed in the hope that it will be useful, but 
14  * WITHOUT ANY WARRANTY; without even the implied warranty 
15  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
16  * PURPOSE.  See the GNU General Public License for more details.
17  * 
18  * You should have received a copy of the GNU General Public License
19  * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
20  * The Jalview Authors are detailed in the 'AUTHORS' file.
21  -->
22 <head>
23 <title>Genetic Code</title>
24 <style type="text/css">
25 <!--
26 td {
27         text-align: center;
28 }
29 -->
30 </style>
31 </head>
32
33 <body>
34
35
36   <div align="center">
37     <h2>The Genetic Code</h2>
38     <table width="474" border="0">
39       <tr>
40         <td width="16%">&nbsp;</td>
41         <td width="70%">2nd Position</td>
42         <td width="14%">&nbsp;</td>
43       </tr>
44       <tr>
45         <td><p>1st Position</p>
46           <p>(5' end)</p></td>
47         <td><table border=1 cellpadding=3>
48             <tr align=center bgcolor="#FFFFEE">
49               <td width="24"></td>
50               <td width="55"><h2>U</h2></td>
51               <td width="70"><h2>C</h2></td>
52               <td width="55"><h2>A</h2></td>
53               <td width="55"><h2>G</h2></td>
54               <td width="22"></td>
55             </tr>
56             <tr align=center bgcolor="#FFFFEE">
57               <td><h1>U</h1></td>
58               <td>Phe<br>Phe<br>Leu<br>Leu
59               </td>
60               <td>Ser<br>Ser<br>Ser<br>Ser
61               </td>
62               <td>Tyr<br>Tyr<br>STOP</i><br>STOP</i></td>
63               <td>Cys<br>Cys<br>STOP</i><br>Trp
64               </td>
65
66               <td>U<br>C<br>A<br>G
67               </td>
68             </tr>
69             <tr bgcolor="#FFFFEE">
70               <td><h1>C</h1></td>
71               <td>Leu<br>Leu<br>Leu<br>Leu
72               </td>
73               <td>Pro<br>Pro<br>Pro<br>Pro
74               </td>
75               <td>His<br>His<br>Gln<br>Gln
76               </td>
77               <td>Arg<br>Arg<br>Arg<br>Arg
78               </td>
79               <td>U<br>C<br>A<br>G
80               </td>
81             </tr>
82             <tr bgcolor="#FFFFEE">
83               <td><h1>A</h1></td>
84               <td>Ile<br>Ile<br>Ile<br>Met
85               </td>
86               <td>Thr<br>Thr<br>Thr<br>Thr
87               </td>
88               <td>Asn<br>Asn<br>Lys<br>Lys
89               </td>
90               <td>Ser<br>Ser<br>Arg<br>Arg
91               </td>
92               <td>U<br>C<br>A<br>G
93               </td>
94             </tr>
95             <tr bgcolor="#FFFFEE">
96               <td><h1>G</h1></td>
97               <td>Val<br>Val<br>Val<br>Val
98               </td>
99               <td>Ala<br>Ala<br>Ala<br>Ala
100               </td>
101               <td>Asp<br>Asp<br>Glu<br>Glu
102               </td>
103               <td>Gly<br>Gly<br>Gly<br>Gly
104               </td>
105               <td>U<br>C<br>A<br>G
106               </td>
107             </tr>
108           </table></td>
109         <td><p>3rd Position</p>
110           <p>(3'end)</p></td>
111       </tr>
112     </table>
113   </div>
114 </body>
115 </html>