Merge develop to Release_2_8_3_Branch
[jalview.git] / examples / applets.html
index 9d94c69..b557efc 100755 (executable)
@@ -313,6 +313,29 @@ Try out JalviewLite by pressing one of the buttons below.<br/>
        secondary structure annotation</td>
     </tr>
   </table>
+  <p>
+    <h2>Linked amino acid and cDNA alignments for homologous proteins</h2>
+  </p>
+  <table width="90%">
+    <tr>
+      <td width="10%" valign="center"><applet
+   code="jalview.bin.JalviewLite" width="140" height="35"
+   archive="jalviewApplet.jar,JmolApplet-12.2.4.jar">
+<param name="permissions" value="sandbox"/>
+<param name="file" value="estrogenReceptorCdna.fa"/>
+<param name="file2" value="estrogenReceptorProtein.fa"/>
+<param name="showFullId" value="false"/>
+<param name="windowHeight" value="300"/>
+<param name="windowWidth" value="800"/>
+<param name="showAnnotation" value="false"/>
+<param name="defaultColour" value="Purine/Pyrimidine"/>
+   <param name="APPLICATION_URL"
+     value="http://www.jalview.org/services/launchApp"/>
+</applet>
+</td>
+      <td valign="center">Displays a split window view of protein and its related cDNA</td>
+    </tr>
+  </table>
 </div>
 <!-- content template end -->