JAL-1201 more tweaks to page layout
[jalview.git] / examples / appletParameters.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8)
4  * Copyright (C) 2012 J Procter, AM Waterhouse, LM Lui, J Engelhardt, G Barton, M Clamp, S Searle
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 of the License, or (at your option) any later version.
11  *  
12  * Jalview is distributed in the hope that it will be useful, but 
13  * WITHOUT ANY WARRANTY; without even the implied warranty 
14  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
15  * PURPOSE.  See the GNU General Public License for more details.
16  * 
17  * You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
18 -->
19 <html xmlns="http://www.w3.org/1999/xhtml">
20 <head>
21 <TITLE>Applet Parameters</TITLE>
22
23 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
24
25  <link href="css/reset.css" rel="stylesheet" type="text/css" />
26  <link href="css/style.css" rel="stylesheet" type="text/css" />
27  
28   <!--[if IE 6]>
29  <link rel="stylesheet" type="text/css" href="css/ie6.css" />
30 <![endif]-->
31
32 <!--[if IE 7]>
33  <link rel="stylesheet" type="text/css" href="css/ie7.css" />
34 <![endif]-->
35
36 <!-- dd menu -->
37 <script type="text/javascript">
38 <!--
39 var timeout         = 500;
40 var closetimer  = 0;
41 var ddmenuitem      = 0;
42
43 // open hidden layer
44 function mopen(id)
45
46  // cancel close timer
47  mcancelclosetime();
48
49  // close old layer
50  if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
51
52  // get new layer and show it
53  ddmenuitem = document.getElementById(id);
54  ddmenuitem.style.visibility = 'visible';
55
56 }
57 // close showed layer
58 function mclose()
59 {
60  if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
61 }
62
63 // go close timer
64 function mclosetime()
65 {
66  closetimer = window.setTimeout(mclose, timeout);
67 }
68
69 // cancel close timer
70 function mcancelclosetime()
71 {
72  if(closetimer)
73  {
74   window.clearTimeout(closetimer);
75   closetimer = null;
76  }
77 }
78
79 // close layer when click-out
80 document.onclick = mclose; 
81 // -->
82 </script>
83
84 </head>
85
86
87 <body>
88
89
90 <div id="header">
91 <div id="logo"><a href="/" title="Home"></a></div>
92 <ul id="buttons">
93 <li id="applet"><a href="applets.html" title="applet"></a></li>
94 <li id="desktop"><a href="/webstart/jalview.jnlp" title="desktop"></a></li>
95 </ul>
96 </div>
97
98
99 <div id ="nav">
100 <div id="navInner">
101
102 <ul id="sddm">
103  <li><a href="#">Home</a></li>
104  <li><a href="#" onmouseover="mopen('m1')" onmouseout="mclosetime()">About</a>
105   <div id="m1" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
106   <a href="#">Documentation</a>
107   <a href="#">Publications</a>
108   <a href="#">Credits</a>
109   <a href="#">Screenshots</a>
110   </div>
111  </li>
112  <li><a href="#">FAQ</a></li>
113  <li><a href="#" onmouseover="mopen('m3')" onmouseout="mclosetime()" class="community">Community</a>
114   <div id="m3" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
115   <a href="#">News Mailing List</a>
116   <a href="#">Discussion Mailing List</a>
117   <a href="#">Links</a>
118   <a href="#">Community News</a>
119   </div>
120  </li>
121  <li><a href="#" onmouseover="mopen('m4')" onmouseout="mclosetime()" class="development">Development</a>
122   <div id="m4" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
123   <a href="#">Release History</a>
124   <a href="#">Jalview Bug Tracker</a>
125   <a href="#">Jalview Git Web</a>
126   <a href="#">Development News</a>
127   </div>
128  </li>
129  <li><a href="#" onmouseover="mopen('m5')" onmouseout="mclosetime()" class="training">Training</a>
130   <div id="m5" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
131   <a href="#">Training Courses</a>
132   <a href="#">Training News</a>
133   </div>
134  </li>
135  <li><a href="#" class="download-right">Download</a></li>
136 </ul>
137 <div style="clear:both"></div>
138 </div>
139
140 </div>
141
142
143 <div id="pageWrap">
144
145 <div id="sideNav">
146 <ul>
147 <li><a href="applets.html">JalviewLite Examples</a></li>
148 <li class="jvlite-nav-small"><a href="appletParameters.html">Applet Parameters</a></li>
149 <li><a href="jalviewLiteJs.html">Javascript API</a></li>
150 <li><a href="formComplete.html">in-page API demo</a></li>
151 <li><a href="linkedapplets_ng.html">Two JalviewLites demo</a></li>
152 <li><a href="embeddedWJmol.html">Jalview and Jmol demo</a></li>
153 </ul>
154 </div>
155
156 <div id="content" class="content">
157         <p>
158                                                 <strong>Quick Links:<ul><li>Download the applet jar file from <a
159                                                         href="jalviewApplet.jar">here</a>
160                                                 </li>
161                                                 <li>Parameters are described <a href="#parameters">below</a></li>
162                                                 <li>The javascript API is described <a
163                                                                 href="jalviewLiteJs.html">here</a></li>
164                                                 </ul></strong>
165                                         </p>
166                                         
167         <h3 align="left">Useful to know!!</h3>
168         <ul>
169           <li>Package all your data files into a single (or multiple) zip / jar 
170             files. This is very useful to reduce download time of large data files. 
171             The applet archive tag can take multiple entries separated by commas, 
172             eg<br>
173             <font face="Courier New, Courier, mono" align="left">&lt;applet code=&quot;jalview.bin.JalviewLite&quot;<em><strong> 
174             archive=&quot;jalviewApplet.jar, mydata.zip&quot;</strong></em>&gt;<br>
175             </font></li>
176           <li> Use Jalview for input to a HTML form. For an example of how to 
177             code this using Javascript, click <a href="formComplete.html">here</a>. 
178             <br>
179           </li>
180           <li>Embed Jalview into the web page, without the &quot;Start Jalview&quot; 
181             button by setting the embed parameter to true;<br>
182             &lt;param name=&quot;embedded&quot;
183           value=&quot;true&quot;&gt; </li>
184         </ul>
185         <p><strong><font size="2">**NEW FEATURES** in Jalview 2.8</font></strong></p>
186         <ul>
187         <li><font size="2">Normalised sequence logo display
188         </font></li>
189         <li><font size="2">RNA secondary structure annotation row
190         </font></li>
191 <li><font size="2">Jmol compatibility updated to Jmol 12.2.x series - <a href="JmolApplet-12.2.4.jar">download the JmolApplet here</a></font></li>
192 <li>To use Jmol as the structure viewer for Jalview, you must include 
193             the jar file in the applet archive argument thus:<br>
194             <pre>archive=&quot;jalviewApplet.jar,Jmol-12.2.4.jar&quot;</pre></font>
195           </li>
196           <li>Jmol 12.2.x requires at least Java 1.6 to run in the clients web browser. If the client does not have 
197             Java 1.6, or if the Jmol-12.2.jar is not added to the archive, the 
198             original Jalview structure viewer will still be available. <br>
199           </li>
200           
201         </ul>
202         <p><strong><font size="2">**NEW FEATURES** in Jalview 2.7</font></strong></p>
203         <ul>
204         <li><font size="2">Javascript callbacks capabilities<ul><li>oninit parameter and methods for registering javascript handlers for selections, mouseovers and linking to Jmol applets on the page.</li>
205         <li>To use javascript callbacks, ensure the applet tag includes the '<a href="http://download.oracle.com/javase/6/docs/technotes/guides/plugin/developer_guide/java_js.html">mayscript</a>' attribute - either as a parameter (&lt;param name="mayscript" value="true"/;gt;) or as a bare attribute in the applet html tag).</li></ul></font>
206         </li>
207         <li><font size="2">New <a href="jalviewLiteJs.html">jalviewLite java api</a> methods for selecting, highlighting, scrolling and reordering sequences in an alignment view.
208         </font></li></ul>
209         <p><strong><font size="2">**NEW FEATURES** in Jalview 2.6</font></strong></p>
210         <ul>
211         <li><font size="2">Jmol compatibility updated to Jmol 12.1.x series</font></li>
212           <li>Jalview 2.6 works only with Jmol version 12.1.13 or later. You can use the JmolApplet.jar from 
213           the Jmol binary distribution available at the Jmol Sourceforge site, 
214           or <a href="JmolApplet-12.1.13.jar">download the Jmol applet from here</a></li>
215           <li><font size="2">Minimum recommended version of Java runtime for the applet is now 1.5 (JalviewLite v2.6 without the Jmol viewer may work ok on earlier Java environments but compatibility can no-longer be guaranteed).</font></li>
216                 </ul>
217         <br><strong><font size="2">**NEW FEATURES** in Jalview 2.5</font></strong></p>
218         <ul>
219         <li><font size="2">New parameters to control display of tree annotation, width of alignment columns, and to disable the jalview button and check for Jmol on startup.</font></li>
220                 </ul>        
221         <br><strong><font size="2">**NEW FEATURES** in Jalview 2.4</font></strong></p>
222         <ul>
223         <li><font size="2">New applet API methods for feature display control, views, and obtaining current selection via javascript.</font></li>
224           <li><font size="2">Group show and hide parameters:
225         &quot;showfeaturegroups&quot; and
226         &quot;hidefeaturegroups&quot;. Both take a list
227         of feature group names (separarated by &quot;|&quot; by default) to hide or show on the displayed
228         alignment.</font>
229         </li>
230         <li><font size="2">Regular expressions can be used in URL links for sequence IDs.</font></li>
231         <li><font size="2">&quot;debug&quot; parameter to control verbosity of the applet's console output.</font></li>
232         <li><font size="2">&quot;showbutton&quot; parameter to disable launch button and open JalviewLite immediatly.</font></li>
233         <li><font size="2">&quot;nojmol&quot; parameter to disable check for Jmol classes.</font></li>
234         </ul><br>
235         <strong><font size="2">**NEW FEATURES** in Jalview 2.3</font></strong></p>
236         <ul>
237           <li><font size="2">Note that Parameter &quot;PDBFile&quot; now takes 
238             the PDB file followed by a space separated list of alignment sequence 
239             ids to associate the structure to. It is also possible to associate 
240             multiple PDB files by adding an incremental value to PDBFile (up to 
241             10). It is also possible to map specific sequences to specific chains 
242             by using the following notation:<br>
243             <br>
244             &lt;param name=&quot;PDBFile&quot; value=&quot;First.pdb SeqA SeqB 
245             SeqC&quot;&gt; </font><br>
246             <font size="2">&lt;param name=&quot;PDBFile2&quot; value=&quot;Second.pdb 
247             A=SeqA B=SeqB C=SeqC&quot;&gt; </font><br>
248             <font size="2">&lt;param name=&quot;PDBFile3&quot; value=&quot;Third.pdb 
249             D=SeqX B=SeqY C=SeqZ&quot;&gt; </font> <br>
250           </li>
251           <li>Note parameter &quot;PDBSeq&quot; is no longer required.<br>
252           </li>
253           <li>Jalview 2.3 was updated to work with Jmol 11. See the <a href="../versions.html">versions archive if you want to download the old Jmol applet</a>.</li> 
254             <p>&nbsp;</p>
255           </li>
256         </ul>
257         <strong><font size="2">**NEW FEATURES** in Jalview 2.1</font></strong> 
258         <ul>
259           <li>Jalview Applet can read and display JNet secondary structure annotation 
260             directly via the <strong>jnetfile</strong> parameter. <br>
261           </li>
262           <li>Param <font face="Courier New, Courier, mono">UserDefinedColour</font><em> 
263             </em>- specify your own colours for each residue using a semi colon 
264             separated list. Multiple residues can be assigned the same colour 
265             using commas. eg:<br>
266             <font face="Courier New, Courier, mono">&lt;param name=&quot;userDefinedColour&quot; 
267             value=&quot;D,E=red; K,R,H=0022FF; C=yellow&quot;&gt;</font><br>
268           </li>
269           <li>Param <font face="Courier New, Courier, mono">showFeatureSettings</font>
270             - this will display the feature settings window when the applet starts.<br>
271           </li>
272           <li>Param <font face="Courier New, Courier, mono">Application_URL value=&quot;http://www.jalview.org/services/launchApp&quot;<br>
273             </font>This calls a servlet which creates a JNLP file with the alignment 
274             file, annotations file and features file of the applet as arguments. 
275             If the user has Java installed, the returned JNLP file should start 
276             up the full Jalview Application. BUT this does not currently work 
277             for alignment files added to the applet in a zip file.<br>
278           </li>
279           <li>Alignment file can be a series of parameters using eg PFAM format 
280             <br>
281             <font face="Courier New, Courier, mono">&lt;param name=&quot;sequence1&quot; 
282             value=&quot;Q93XJ9_SOLTU/11-26 TSFLPRKPVVTSLKAI&quot;&gt;<br>
283             &lt;param name=&quot;sequence2&quot; value=&quot;FER1_PEA/14-29 TSFLRTQPMPMSVTTT&quot;&gt;<br>
284             </font>(All the usual Jalview File formats are valid, however each 
285             new line in an alignment file must be entered as a parameter)<font face="Courier New, Courier, mono"><br>
286             </font> </li>
287         </ul>
288         <a name="parameters"></a>        <table width="97%" border="1" align="center" >
289           <tr> 
290             <td width="103" height="23"><strong>&lt;param name=&quot;&quot;</strong></td>
291             <td width="80" ><strong>value=&quot;&quot;&gt;</strong></td>
292             <td width="100%"><strong>Description</strong></td>
293           </tr>
294           <tr> 
295             <td>file</td>
296             <td>fileName</td>
297             <td>The file to open, must be on same server as the applet.</td>
298           </tr>
299           <tr> 
300             <td>sequence1,<br>
301               sequence2,<br>
302               sequence3</td>
303             <td>sequence in (preferably) PFAM or Fasta format</td>
304             <td>The alignment can be added as a series of sequences instead of 
305               from a file.</td>
306           </tr>
307           <tr> 
308             <td>tree</td>
309             <td>fileName</td>
310             <td>Tree file in Newick format</td>
311           </tr>
312           <tr> 
313             <td>features</td>
314             <td>fileName</td>
315             <td>Jalview Features file to be applied to the alignment</td>
316           </tr>
317           <tr> 
318             <td>annotations</td>
319             <td>fileName</td>
320             <td>Jalview Annotation file will be added to the alignment</td>
321           </tr>
322           <tr> 
323             <td>jnetfile</td>
324             <td>fileName</td>
325             <td>Secondary structure predictions from a <a
326             href="http://www.compbio.dundee.ac.uk/~www-jpred/">Jnet</a> Concise 
327               file will be added to the first sequence in the alignment.</td>
328           </tr>
329           <tr> 
330             <td>PDBfile(x)</td>
331             <td><p>fileName seq1 seq2 seq3</p>
332               <p>or</p>
333               <p>fileName A=seq1 B=seq2 C=seq3</p></td>
334             <td>PDB file which is to be associated with a sequence, followed by 
335               space separated list of alignment sequence ids. PDB chains can be 
336               specifed to map to particular sequence by using A=SeqA notation</td>
337           </tr>
338           <tr> 
339             <td><p>PDBSeq<br>
340                 *Not needed post Jalview 2.3, use PDBFile instead</p></td>
341             <td>SequenceId</td>
342             <td>The sequence to associate a PDB file with. Note the value is case 
343               sensitive.</td>
344           </tr>
345           <tr> 
346             <td>defaultColour</td>
347             <td> <em>One of: </em><br>
348               Clustal, Blosum62, % Identity, Hydrophobic, Zappo, Taylor, Helix 
349               Propensity, Strand Propensity, Turn Propensity, Buried Index, Nucleotide</td>
350             <td>Default is no colour.</td>
351           </tr>
352           <tr> 
353             <td>userDefinedColour</td>
354             <td><p><em>Example:</em><br>
355                 D,E=red; K,R,H=0022FF; c=yellow</p></td>
356             <td>Define residue colours</td>
357           </tr>
358           <tr> 
359             <td height="35">showFullId</td>
360             <td>true <em>or</em> false</td>
361             <td>if true displays start and end residue at the end of sequence 
362               Id.</td>
363           </tr>
364           <tr> 
365             <td>showAnnotation</td>
366             <td>true <em>or</em> false</td>
367             <td>If true shows the annotation panel below the alignment.</td>
368           </tr>
369           <tr> 
370             <td>showConservation</td>
371             <td>true <em>or</em> false</td>
372             <td>Default is true.</td>
373           </tr>
374           <tr> 
375             <td>showQuality</td>
376             <td>true <em>or</em> false</td>
377             <td>Default is true.</td>
378           </tr>
379           <tr> 
380             <td>showConsensus</td>
381             <td>true <em>or</em> false</td>
382             <td>Default is true.</td>
383           </tr>
384           <tr> 
385             <td>sortBy</td>
386             <td> Id <em>, </em> Pairwise Identity<em>, or</em> Length</td>
387             <td> Sorts the alignment on startup</td>
388           </tr>
389           <tr> 
390             <td>RGB</td>
391             <td>colour as hex string</td>
392             <td>Background colour for applet button - purely cosmetic to blend 
393               in with your web page. For orange, enter the value FF6600</td>
394           </tr>
395           <tr> 
396             <td>embedded</td>
397             <td>true <em>or</em> false</td>
398             <td>The applet is embedded in the web page, the &quot;Start Jalview&quot; 
399               button is not displayed.</td>
400           </tr>
401           <tr> 
402             <td>windowWidth</td>
403             <td>value</td>
404             <td>frame width</td>
405           </tr>
406           <tr> 
407             <td>windowHeight</td>
408             <td>value</td>
409             <td>frame height</td>
410           </tr>
411           <tr> 
412             <td>label</td>
413             <td>label text</td>
414             <td>Change text for the Launch Jalview Button</td>
415           </tr>
416           <tr> 
417             <td>wrap</td>
418             <td>true <em>or</em> false</td>
419             <td>Opens new windows in wrapped mode</td>
420           </tr>
421           <tr> 
422             <td>linkLabel_1</td>
423             <td>Uniprot</td>
424             <td rowspan="2"><p>Right click on sequence id to see list of available 
425                 links. Any new links MUST have $SEQUENCE_ID$ as part of the linkURL_n 
426                 value. For multiple links, increment the label and url name by 
427                 1. ie <br>
428                 &lt;param name=&quot;linkLabel_2&quot; ..., <br>
429                 &lt;param name=&quot;linkUrl_2&quot;....<br>
430               </p>
431               <p>Regular expressions may also be used (<em>since Jalview 2.4</em>) to process the ID string inserted into the URL:
432               <br>$SEQUENCE_ID=/&lt;regex to extract ID&gt;/=$<br><em>Use the debug flag to check parsing and make sure that special symbols are properly escaped (particularly when generating applet tags from CGI scripts). 
433               <br>Regex URL links are also applied to the description line (since Jalview 2.4.+).</em></p></td>
434           </tr>
435           <tr> 
436             <td> <p><br>
437                 linkUrl_1<br>
438               </p></td>
439             <td><p><br>
440                 http://us.expasy.org/cgi-bin/<br>
441                 niceprot.pl?$SEQUENCE_ID$</p>
442                                                 </td>
443           </tr>
444           <tr> 
445             <td>showFeatureSettings</td>
446             <td>true <em>or</em> false</td>
447             <td>Shows the feature settings window when starting the applet</td>
448           </tr>
449           <tr>
450             <td>showfeaturegroups</td>
451             <td><em>separator</em> separated list of feature groups</td>
452             <td>Display the features in the given groups on the alignment</td>
453           </tr>
454           <tr>
455             <td>hidefeaturegroups</td>
456             <td><em>separator</em> separated list of feature groups</td>
457             <td>Hide the features in the given groups on the alignment
458             (will be overridden by showfeaturegroups for group names
459             found in both lists)</td>
460           </tr>
461           <tr> 
462             <td>application_url</td>
463             <td><p><em>URL of dynamic JNLP servlet,</em></p>
464               <p>http://www.jalview.org/services/launchApp</p></td>
465             <td>Launches full application with original alignment, features and 
466               annotations files used in applet</td>
467           </tr>
468           <tr>
469           <td>separator</td>
470           <td><em>non-empty separator string</em><br>default: |</td>
471           <td>string used to separate fields in list parameters (such as <em>showfeaturegroups</em>)</td>
472           </tr>
473           <tr><td>debug</td>
474           <td>true</td>
475           <td>Instruct the applet to output additional debug messages to the java console</td>
476           </tr>
477           <tr><td>nojmol</td>
478           <td>false</td>
479           <td>When set, do not try to find Jmol classes. Set this to supress URL not found errors appearing 
480           in server logs when Jmol is not available.
481           </td>
482           </tr>
483           <tr><td>showbutton</td>
484           <td>true</td>
485           <td>Show the jalview button on the page. When false, JalviewLite will open immediately.</td>
486           </tr>
487           </tr>
488                   <tr><td>sortByTree</td>
489                   <td>true or false (default is false)</td>
490                   <td>automatically sort the associated alignment view by the tree when a new tree is opened.</td>
491                   </tr>
492                   <tr>
493                    <td>showTreeBootstraps</td><td>true or false (default is true)</td><td>show or hide branch bootstraps</td>
494                         </tr>
495         <tr><td>showTreeDistances</td><td>true or false (default is true)</td><td>show or hide branch lengths</td></tr>
496         <tr><td>showUnlinkedTreeNodes</td><td>true or false (default is false)</td><td>indicate if unassociated nodes should be highlighted in the tree view</td>
497         </tr>
498           <tr><td>heightScale</td>
499           <td>1.0 or greater</td>
500           <td>Adjust the height of each cell in the alignment grid relative to the height of a character in the alignment font. (<em>since 2.5.1</em>)</td>
501           </tr>
502           <tr><td>widthScale</td>
503           <td>1.0 or greater</td>
504           <td>Adjust the width of each cell in the alignment grid relative to the width of a character in the alignment font. (<em>since 2.5.1</em>)</td>
505           </tr>
506           <tr><td>centrecolumnlabels</td>
507           <td>true of false (default is false)</td>
508           <td>When true, text labels associated with a column in the alignment will be shown centered with respect to the column. (<em>since 2.4</em>)</td>
509           <tr><td>showUnconserved</td>
510           <td>true of false (default is false)</td>
511           <td>When true, only gaps and symbols different to the consensus sequence for a column will be shown. Useful for visualizing alignments exhibiting low sequence variation, where it is important to highlight mutations. (<em>since 2.5</em>)</td>
512           </tr>
513           <tr><td>upperCase</td>
514           <td><em>bold</em> or other value</td>
515           <td>Indicate a text style to apply to uppercase sequence symbols. Currently, only <strong>bold</strong> is supported.</td>
516           </tr>
517           <tr><td>automaticScrolling</td>
518           <td>true of false (default is true)</td>
519           <td>When true, alignment panels will automatically scroll to show any regions of the alignment highlighted due to javascript events or when mousing over a position in an associated structure. (<em>since 2.6</em>)</td>
520           </tr>
521           
522           <tr><td>showGroupConsensus</td>
523           <td>true of false (default is false)</td>
524           <td>When true, shows consensus annotation row for any groups on the alignment. (<em>since 2.7</em>)</td>
525           </tr>
526           
527           <tr><td>showGroupConservation</td>
528           <td>true of false (default is false)</td>
529           <td>When true, shows amino-acid property conservation annotation row for any groups on the alignment. (<em>since 2.7</em>)</td>
530           </tr>
531           <tr><td>showConsensusHistogram</td>
532           <td>true of false (default is true)</td>
533           <td>When true, shows the percentage occurence of the consensus symbol for each column as a histogram above the consensus sequence row. (<em>since 2.7</em>)</td>
534           </tr>
535           <tr><td>showSequenceLogo</td>
536           <td>true of false (default is false)</td>
537           <td>When true, shows a sequence logo above the consensus sequence (overlaid above the Consensus Histogram, if visible, with symbols coloured using the alignment's default colourscheme). (<em>since 2.7</em>)</td>
538           </tr>
539           <tr><td>normaliseSequenceLogo</td>
540           <td>true of false (default is false)</td>
541           <td>When true, all sequence logos will be normalised (all symbol stacks add up to full height of annotation row), rather than being scaled according to the fraction of symbols identical to the consensus. (<em>since 2.8</em>)</td>
542           </tr>
543           <tr><td>oninit</td>
544           <td><em>after_init()</em></td>
545           <td>name of javascript function that will be called after the jalviewLite instance has completed its initialisation. (<em>since 2.7</em>)</td>
546           </tr>
547           <tr><td>relaxedidmatch</td>
548           <td><em>true or false (default is false)</em></td>
549           <td>When true, use stem based matching to identify sequences that match features imported from a GFF or Jalview sequence features file, and for associating PDB data (passed on PDBfile parguments) with sequences (based on a given destination sequence ID). (<em>since 2.7</em>)</td>
550           </tr>
551           <tr><td>alignpdbfiles</td>
552           <td><em>true or false (default is false)</em></td>
553           <td>When true, and jalviewLite is able to use jmol as a structure viewer, attempt to show a superposition of all structures loaded onto the alignment, superimposed using the aligned regions of corresponding sequences. [experimental] (<em>since 2.7</em>)</td>
554           </tr>
555           <tr><td>externalstructureviewer</td>
556           <td><em>true or false (default is false)</em></td>
557           <td>re-route jmol colouring commands, selection and mouseover events to an external viewer using javascript callbacks. [experimental] (<em>since 2.7</em>)</td>
558           
559           </tr>
560           <tr><td>annotationcolour_max</td>
561           <td>colour name or RGB hex triplet (default is red)</td>
562           <td>Default colour used for maximum value when shading by annotation. (<em>since 2.7</em>)</td>
563           </tr>
564           <tr><td>annotationcolour_min</td>
565           <td>colour name or RGB hex triplet (default is orange)</td>
566           <td>Default colour used for minimum value when shading by annotation. (<em>since 2.7</em>)</td>
567           </tr>
568           <tr><td>jalviewhelpurl</td>
569           <td>absolute or relative url or javascript function prefixed by <em>javascript:</em> (default is http://www.jalview.org/help.html)</td>
570           <td>Optional parameter allowing modification of the default Jalview Help URL normally opened when JalviewLite's 'Help' menu item is selected. (<em>since 2.7</em>)</td>
571           </tr>
572           <tr><td>resolvetocodebase</td>
573           <td>True or False (False)</td>
574           <td>Set to true to re-instate pre-JalviewLite 2.7 behaviour where relative URLs were prepended with the applet 'codebase' rather than the current document base URL before resolution. (<em>since 2.7</em>)</td>
575           </tr>
576           <tr><td>scoreFile</td>
577           <td>file</td>
578           <td>Multiple sequences aligment scores file. Currently is supported only the T-Coffee score_ascii file format</td>
579           </tr>
580                   </table>
581 </div>
582
583 <div id ="footer">
584 <div id="innerFooter">
585 <div id="copyright"><p>Copyright all rights reserved 2012</p></div>
586 <div id="cite">
587 <p>
588 If you use Jalview in your work, please cite this publication:
589 </p>
590 <br />
591 <p>
592 Waterhouse, A.M., Procter, J.B., Martin, D.M.A, Clamp, M. and Barton, G. J. (2009)
593 "Jalview Version 2 - a multiple sequence alignment editor and analysis workbench"
594 Bioinformatics 25 (9) 1189-1191 doi: 10.1093/bioinformatics/btp033
595 </p>
596 </div>
597 </div>
598 </div>
599 </body>
600 </html>