JAL-1620 version bump and release notes
[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.2b1)
4  * Copyright (C) 2014 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 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  * The Jalview Authors are detailed in the 'AUTHORS' file.
19 -->
20 <head>
21   <TITLE>Applet Parameters</TITLE>
22   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
23
24   <link href="css/reset.css" rel="stylesheet" type="text/css" />
25   <link href="css/style.css" rel="stylesheet" type="text/css" />
26   
27   <!--[if IE 6]>
28       <link rel="stylesheet" type="text/css" href="css/ie6.css" />
29       <![endif]-->
30
31   <!--[if IE 7]>
32       <link rel="stylesheet" type="text/css" href="css/ie7.css" />
33       <![endif]-->
34
35   <!-- dd menu -->
36   <script type="text/javascript">
37     <!--
38         var timeout         = 500;
39         var closetimer  = 0;
40         var ddmenuitem      = 0;
41
42         // open hidden layer
43         function mopen(id)
44         { 
45         // cancel close timer
46         mcancelclosetime();
47
48         // close old layer
49         if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
50
51         // get new layer and show it
52         ddmenuitem = document.getElementById(id);
53         ddmenuitem.style.visibility = 'visible';
54
55         }
56         // close showed layer
57         function mclose()
58         {
59         if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
60         }
61
62         // go close timer
63         function mclosetime()
64         {
65         closetimer = window.setTimeout(mclose, timeout);
66         }
67
68         // cancel close timer
69         function mcancelclosetime()
70         {
71         if(closetimer)
72         {
73         window.clearTimeout(closetimer);
74         closetimer = null;
75         }
76         }
77
78         // close layer when click-out
79         document.onclick = mclose; 
80         // -->
81   </script>
82   <script>
83     <!--//--><![CDATA[//><!--
84 var _gaq = _gaq || [];_gaq.push(["_setAccount", "UA-9060947-1"]);_gaq.push(["_trackPageview"]);(function() {var ga = document.createElement("script");ga.type = "text/javascript";ga.async = true;ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(ga, s);})();
85 //--><!]]>
86   </script>
87
88 </head>
89
90
91 <body>
92
93
94   <div id="header">
95     <div id="logo"><a href="http://www.jalview.org" title="Home"></a></div>
96     <ul id="buttons">
97       <li id="applet"><a href="applets.html" title="applet"></a></li>
98       <li id="desktop"><a href="../webstart/jalview.jnlp" title="desktop"></a></li>
99     </ul>
100   </div>
101
102   
103   <div id ="nav">
104     <div id="navInner">
105
106       <ul id="sddm">
107         <li><a href="http://www.jalview.org">Home</a></li>
108         <li><a href="http://www.jalview.org/about" onmouseover="mopen('m1')" onmouseout="mclosetime()">About</a>
109           <div id="m1" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
110             <a href="http://www.jalview.org/about/documentation">Documentation</a>
111             <a href="http://www.jalview.org/about/citation">Publications</a>
112             <a href="http://www.jalview.org/about/credits">Credits</a>
113           </div>
114         </li>
115         <li><a href="http://www.jalview.org/faq">FAQ</a></li>
116         <li><a href="http://www.jalview.org/community" onmouseover="mopen('m3')" onmouseout="mclosetime()" class="community">Community</a>
117           <div id="m3" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
118             <a href="http://www.jalview.org/mailman/listinfo/jalview-announce">News Mailing List</a>
119             <a href="http://www.jalview.org/mailman/listinfo/jalview-discuss">Discussion Mailing List</a>
120             <a href="http://www.jalview.org/community/links">Links</a>
121             <a href="http://www.jalview.org/community/community-news">Community News</a>
122           </div>
123         </li>
124         <li><a href="http://www.jalview.org/development" onmouseover="mopen('m4')" onmouseout="mclosetime()" class="development">Development</a>
125           <div id="m4" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
126             <a href="http://www.jalview.org/development/release-history">Release History</a>
127             <a href="http://issues.jalview.org">Jalview Bug Tracker</a>
128             <a href="http://source.jalview.org/gitweb/">Jalview Git Web</a>
129             <a href="http://www.jalview.org/development/development-news">Development News</a>
130           </div>
131         </li>
132         <li><a href="http://www.jalview.org/training" onmouseover="mopen('m5')" onmouseout="mclosetime()" class="training">Training</a>
133           <div id="m5" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
134             <a href="http://www.jalview.org/training/training-courses">Training Courses</a>
135             <a href="http://www.jalview.org/training/training-news">Training News</a>
136           </div>
137         </li>
138         <li><a href="http://www.jalview.org/download" class="download-right">Download</a></li>
139       </ul>
140       <div style="clear:both"></div>
141     </div>
142
143   </div>
144 <div id="pageWrap">
145
146 <div id="sideNav">
147   <ul>
148       <li ><a href="applets.html">JalviewLite Examples</a></li>
149       <li ><a href="jalviewLiteJs.html">Javascript API</a></li>
150       <li class="jvlite-nav-small"><a href="appletParameters.html">Applet Parameters</a></li>
151       <li ><a href="embedded.html">Embedded Alignment</a></li>
152       <li ><a href="embeddedWJmol.html">Jalview and Jmol</a></li>
153       <li ><a href="formComplete.html">Access from Javascript</a></li>
154       <li ><a href="javascriptLaunch.html">Javascript Launch</a></li>
155       <li ><a href="linkedapplets_ng.html">Linked JalviewLites</a></li>
156   </ul>
157 </div>
158
159 <div id="content" class="content">
160
161
162 <!-- content start -->
163 <h2>JalviewLite Applet Parameter Documentation</h2>
164 <p>
165 The JalviewLite applet is configured through a series of applet parameters,
166 which are described <a href="#parameters"> below</a>. Once initialised,
167 the applet can be interacted with <em>via</em> its 
168 <a href="jalviewLiteJs.html">Javascript API</a>.
169 </p><p><strong>Issues arising from tightening of Java Security default settings</strong><br/>JalviewLite is provided as a signed applet with 'sandbox' permissions and wildcards that allow it to be run from any website. Unfortunately, earlier versions of Java are not compatible with these settings, so if you find that you cannot see any of the examples on the left, try the <a href="u_applets.html">unsigned applet examples</a>.
170 </p>
171     <p>For additional deployment notes, <a href="#appletdeploymentnotes">see below</a>.</p>
172             <p><h2>Applet Parameters</h2><br/>The applet takes the following initialisation parameters.</p>
173         <a name="parameters"></a>        <table width="97%" class="borderTable" align="center" >
174           <tr> 
175             <td width="103" height="23"><strong>&lt;param name=&quot;&quot;</strong></td>
176             <td width="80" ><strong>value=&quot;&quot;&gt;</strong></td>
177             <td width="100%"><strong>Description</strong></td>
178           </tr>
179           <tr>
180           <td>permissions</td>
181           <td>sandbox</td>
182           <td><strong>This parameter is necessary, and must have the value <em>sandbox</em> to allow the JalviewLite applet to run.</strong></td>
183           </tr>
184           <tr> 
185             <td>file</td>
186             <td>fileName</td>
187             <td>The file to open, must be on same server as the applet.</td>
188           </tr>
189           <tr> 
190             <td>sequence1,<br>
191               sequence2,<br>
192               sequence3</td>
193             <td>sequence in (preferably) PFAM or Fasta format</td>
194             <td>The alignment can be added as a series of sequences instead of 
195               from a file.</td>
196           </tr>
197           <tr> 
198             <td>tree</td>
199             <td>fileName</td>
200             <td>Tree file in Newick format</td>
201           </tr>
202           <tr> 
203             <td>features</td>
204             <td>fileName</td>
205             <td>Jalview Features file to be applied to the alignment</td>
206           </tr>
207           <tr> 
208             <td>annotations</td>
209             <td>fileName</td>
210             <td>Jalview Annotation file will be added to the alignment</td>
211           </tr>
212           <tr> 
213             <td>jnetfile</td>
214             <td>fileName</td>
215             <td>Secondary structure predictions from a <a
216             href="http://www.compbio.dundee.ac.uk/~www-jpred/">Jnet</a> Concise 
217               file will be added to the first sequence in the alignment.</td>
218           </tr>
219           <tr> 
220             <td>PDBfile(x)</td>
221             <td><p>fileName seq1 seq2 seq3</p>
222               <p>or</p>
223               <p>fileName A=seq1 B=seq2 C=seq3</p></td>
224             <td>PDB file which is to be associated with a sequence, followed by 
225               space separated list of alignment sequence ids. PDB chains can be 
226               specifed to map to particular sequence by using A=SeqA notation</td>
227           </tr>
228           <tr> 
229             <td><p>PDBSeq<br>
230                 *Not needed post Jalview 2.3, use PDBFile instead</p></td>
231             <td>SequenceId</td>
232             <td>The sequence to associate a PDB file with. Note the value is case 
233               sensitive.</td>
234           </tr>
235           <tr> 
236             <td>defaultColour</td>
237             <td> <em>One of: </em><br>
238               Clustal, Blosum62, % Identity, Hydrophobic, Zappo, Taylor, Helix 
239               Propensity, Strand Propensity, Turn Propensity, Buried Index, Nucleotide, T-Coffee Scores, RNA Helices</td>
240             <td>Default is no colour.</td>
241           </tr>
242           <tr> 
243             <td>userDefinedColour</td>
244             <td><p><em>Example:</em><br>
245                 D,E=red; K,R,H=0022FF; c=yellow</p></td>
246             <td>Define residue colours</td>
247           </tr>
248           <tr> 
249             <td height="35">showFullId</td>
250             <td>true <em>or</em> false</td>
251             <td>if true displays start and end residue at the end of sequence 
252               Id.</td>
253           </tr>
254           <tr> 
255             <td>showAnnotation</td>
256             <td>true <em>or</em> false</td>
257             <td>If true shows the annotation panel below the alignment.</td>
258           </tr>
259           <tr> 
260             <td>showConservation</td>
261             <td>true <em>or</em> false</td>
262             <td>Default is true.</td>
263           </tr>
264           <tr> 
265             <td>showQuality</td>
266             <td>true <em>or</em> false</td>
267             <td>Default is true.</td>
268           </tr>
269           <tr> 
270             <td>showConsensus</td>
271             <td>true <em>or</em> false</td>
272             <td>Default is true.</td>
273           </tr>
274           <tr> 
275             <td>sortBy</td>
276             <td> Id <em>, </em> Pairwise Identity<em>, or</em> Length</td>
277             <td> Sorts the alignment on startup</td>
278           </tr>
279           <tr> 
280             <td>RGB</td>
281             <td>colour as hex string</td>
282             <td>Background colour for applet button - purely cosmetic to blend 
283               in with your web page. For orange, enter the value FF6600</td>
284           </tr>
285           <tr> 
286             <td>embedded</td>
287             <td>true <em>or</em> false</td>
288             <td>The applet is embedded in the web page, the &quot;Start Jalview&quot; 
289               button is not displayed.</td>
290           </tr>
291           <tr> 
292             <td>windowWidth</td>
293             <td>value</td>
294             <td>frame width</td>
295           </tr>
296           <tr> 
297             <td>windowHeight</td>
298             <td>value</td>
299             <td>frame height</td>
300           </tr>
301           <tr> 
302             <td>label</td>
303             <td>label text</td>
304             <td>Change text for the Launch Jalview Button</td>
305           </tr>
306           <tr> 
307             <td>wrap</td>
308             <td>true <em>or</em> false</td>
309             <td>Opens new windows in wrapped mode</td>
310           </tr>
311           <tr> 
312             <td>linkLabel_1</td>
313             <td>EMBL-EBI Search</td>
314             <td rowspan="2"><p>Right click on sequence id to see list of available 
315                 links. Any new links MUST have $SEQUENCE_ID$ as part of the linkURL_n 
316                 value. For multiple links, increment the label and url name by 
317                 1. ie <br>
318                 &lt;param name=&quot;linkLabel_2&quot; ..., <br>
319                 &lt;param name=&quot;linkUrl_2&quot;....<br>
320               </p>
321               <p>Regular expressions may also be used (<em>since Jalview 2.4</em>) to process the ID string inserted into the URL:
322               <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). 
323               <br>Regex URL links are also applied to the description line (since Jalview 2.4.+).</em></p></td>
324           </tr>
325           <tr> 
326             <td> <p>
327             <br>
328                 linkUrl_1<br>
329               </p></td>
330             <td><p><br>
331                 http://www.ebi.ac.uk/ebisearch/<br/>search.ebi?db=allebi&query=$SEQUENCE_ID$</p>
332                                                 </td>
333           </tr>
334           <tr> 
335             <td>showFeatureSettings</td>
336             <td>true <em>or</em> false</td>
337             <td>Shows the feature settings window when starting the applet</td>
338           </tr>
339           <tr>
340             <td>showfeaturegroups</td>
341             <td><em>separator</em> separated list of feature groups</td>
342             <td>Display the features in the given groups on the alignment</td>
343           </tr>
344           <tr>
345             <td>hidefeaturegroups</td>
346             <td><em>separator</em> separated list of feature groups</td>
347             <td>Hide the features in the given groups on the alignment
348             (will be overridden by showfeaturegroups for group names
349             found in both lists)</td>
350           </tr>
351           <tr> 
352             <td>application_url</td>
353             <td><p><em>URL of dynamic JNLP servlet,</em></p>
354               <p>http://www.jalview.org/services/launchApp</p></td>
355             <td>Launches full application with original alignment, features and 
356               annotations files used in applet</td>
357           </tr>
358           <tr>
359           <td>separator</td>
360           <td><em>non-empty separator string</em><br>default: |</td>
361           <td>string used to separate fields in list parameters (such as <em>showfeaturegroups</em>)</td>
362           </tr>
363           <tr><td>debug</td>
364           <td>true</td>
365           <td>Instruct the applet to output additional debug messages to the java console</td>
366           </tr>
367           <tr><td>nojmol</td>
368           <td>false</td>
369           <td>When set, do not try to find Jmol classes. Set this to supress URL not found errors appearing 
370           in server logs when Jmol is not available.
371           </td>
372           </tr>
373           <tr><td>showbutton</td>
374           <td>true</td>
375           <td>Show the jalview button on the page. When false, JalviewLite will open immediately.</td>
376           </tr>
377           </tr>
378                   <tr><td>sortByTree</td>
379                   <td>true or false (default is false)</td>
380                   <td>automatically sort the associated alignment view by the tree when a new tree is opened.</td>
381                   </tr>
382                   <tr>
383                    <td>showTreeBootstraps</td><td>true or false (default is true)</td><td>show or hide branch bootstraps</td>
384                         </tr>
385         <tr><td>showTreeDistances</td><td>true or false (default is true)</td><td>show or hide branch lengths</td></tr>
386         <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>
387         </tr>
388           <tr><td>heightScale</td>
389           <td>1.0 or greater</td>
390           <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>
391           </tr>
392           <tr><td>widthScale</td>
393           <td>1.0 or greater</td>
394           <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>
395           </tr>
396           <tr><td>centrecolumnlabels</td>
397           <td>true of false (default is false)</td>
398           <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>
399           <tr><td>showUnconserved</td>
400           <td>true of false (default is false)</td>
401           <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>
402           </tr>
403           <tr><td>upperCase</td>
404           <td><em>bold</em> or other value</td>
405           <td>Indicate a text style to apply to uppercase sequence symbols. Currently, only <strong>bold</strong> is supported.</td>
406           </tr>
407           <tr><td>automaticScrolling</td>
408           <td>true of false (default is true)</td>
409           <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>
410           </tr>
411           
412           <tr><td>showGroupConsensus</td>
413           <td>true of false (default is false)</td>
414           <td>When true, shows consensus annotation row for any groups on the alignment. (<em>since 2.7</em>)</td>
415           </tr>
416           
417           <tr><td>showGroupConservation</td>
418           <td>true of false (default is false)</td>
419           <td>When true, shows amino-acid property conservation annotation row for any groups on the alignment. (<em>since 2.7</em>)</td>
420           </tr>
421           <tr><td>showConsensusHistogram</td>
422           <td>true of false (default is true)</td>
423           <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>
424           </tr>
425           <tr><td>showSequenceLogo</td>
426           <td>true of false (default is false)</td>
427           <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>
428           </tr>
429           <tr><td>normaliseSequenceLogo</td>
430           <td>true of false (default is false)</td>
431           <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>
432           </tr>
433           <tr><td>oninit</td>
434           <td><em>after_init()</em></td>
435           <td>name of javascript function that will be called after the jalviewLite instance has completed its initialisation. (<em>since 2.7</em>)</td>
436           </tr>
437           <tr><td>relaxedidmatch</td>
438           <td><em>true or false (default is false)</em></td>
439           <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>
440           </tr>
441           <tr><td>alignpdbfiles</td>
442           <td><em>true or false (default is false)</em></td>
443           <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>
444           </tr>
445           <tr><td>externalstructureviewer</td>
446           <td><em>true or false (default is false)</em></td>
447           <td>re-route jmol colouring commands, selection and mouseover events to an external viewer using javascript callbacks. [experimental] (<em>since 2.7</em>)</td>
448           
449           </tr>
450           <tr><td>annotationcolour_max</td>
451           <td>colour name or RGB hex triplet (default is red)</td>
452           <td>Default colour used for maximum value when shading by annotation. (<em>since 2.7</em>)</td>
453           </tr>
454           <tr><td>annotationcolour_min</td>
455           <td>colour name or RGB hex triplet (default is orange)</td>
456           <td>Default colour used for minimum value when shading by annotation. (<em>since 2.7</em>)</td>
457           </tr>
458           <tr><td>jalviewhelpurl</td>
459           <td>absolute or relative url or javascript function prefixed by <em>javascript:</em> (default is http://www.jalview.org/help.html)</td>
460           <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>
461           </tr>
462           <tr><td>resolvetocodebase</td>
463           <td>True or False (False)</td>
464           <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>
465           </tr>
466           <tr><td>scoreFile</td>
467           <td>file</td>
468           <td>Multiple sequences aligment scores file. Currently is supported only the T-Coffee score_ascii file format</td>
469           </tr>
470                   </table>
471                   <p><h2><a name="appletdeploymentnotes"/>Notes on applet deployment</h2><br/>
472         <ul>
473           <li>Package all your data files into a single (or multiple) zip / jar 
474             files. This is very useful to reduce download time of large data files. 
475             The applet archive tag can take multiple entries separated by commas, 
476             eg<br>
477             <pre>&lt;applet code=&quot;jalview.bin.JalviewLite&quot;<em><strong> 
478             archive=&quot;jalviewApplet.jar, mydata.zip&quot;</strong></em>&gt;<br>
479             </pre></li>
480           <li> Use Jalview for input to a HTML form. For an example of how to 
481             code this using Javascript, click <a href="formComplete.html">here</a>. 
482             <br>
483           </li>
484           <li>Embed Jalview into the web page, without the &quot;Start Jalview&quot; 
485             button by setting the embed parameter to true;<br>
486             &lt;param name=&quot;embedded&quot;
487           value=&quot;true&quot;&gt; </li>
488         </ul>
489         <p><strong>**NEW FEATURES** in Jalview 2.8</strong></p>
490         <ul>
491         <li>Normalised sequence logo display
492         </li>
493         <li>RNA secondary structure annotation row
494         </li>
495 <li>Jmol compatibility updated to Jmol 12.2.x series - <a href="JmolApplet-12.2.4.jar">download the JmolApplet here</a></li>
496 <li>To use Jmol as the structure viewer for Jalview, you must include 
497             the jar file in the applet archive argument thus:<br>
498             <pre>archive=&quot;jalviewApplet.jar,Jmol-12.2.4.jar&quot;</pre>
499           </li>
500           <li>Jmol 12.2.x requires at least Java 1.6 to run in the clients web browser. If the client does not have 
501             Java 1.6, or if the Jmol-12.2.jar is not added to the archive, the 
502             original Jalview structure viewer will still be available. <br>
503           </li>
504           
505         </ul>
506         <p><strong>**NEW FEATURES** in Jalview 2.7</strong></p>
507         <ul>
508         <li>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>
509         <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>
510         </li>
511         <li>New <a href="jalviewLiteJs.html">jalviewLite java api</a> methods for selecting, highlighting, scrolling and reordering sequences in an alignment view.
512         </li></ul>
513         <p><strong>**NEW FEATURES** in Jalview 2.6</strong></p>
514         <ul>
515         <li>Jmol compatibility updated to Jmol 12.1.x series</li>
516           <li>Jalview 2.6 works only with Jmol version 12.1.13 or later. You can use the JmolApplet.jar from 
517           the Jmol binary distribution available at the Jmol Sourceforge site, 
518           or <a href="JmolApplet-12.1.13.jar">download the Jmol applet from here</a></li>
519           <li>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).</li>
520   </ul>
521         <br><strong>**NEW FEATURES** in Jalview 2.5</strong></p>
522         <ul>
523         <li>New parameters to control display of tree annotation, width of alignment columns, and to disable the jalview button and check for Jmol on startup.</li>
524   </ul>        
525         <br><strong>**NEW FEATURES** in Jalview 2.4</strong></p>
526         <ul>
527         <li>New applet API methods for feature display control, views, and obtaining current selection via javascript.</li>
528           <li>Group show and hide parameters:
529         &quot;showfeaturegroups&quot; and
530         &quot;hidefeaturegroups&quot;. Both take a list
531         of feature group names (separarated by &quot;|&quot; by default) to hide or show on the displayed
532         alignment.
533         </li>
534         <li>Regular expressions can be used in URL links for sequence IDs.</li>
535         <li>&quot;debug&quot; parameter to control verbosity of the applet's console output.</li>
536         <li>&quot;showbutton&quot; parameter to disable launch button and open JalviewLite immediatly.</li>
537         <li>&quot;nojmol&quot; parameter to disable check for Jmol classes.</li>
538         </ul><br>
539         <strong>**NEW FEATURES** in Jalview 2.3</strong></p>
540         <ul>
541           <li>Note that Parameter &quot;PDBFile&quot; now takes 
542             the PDB file followed by a space separated list of alignment sequence 
543             ids to associate the structure to. It is also possible to associate 
544             multiple PDB files by adding an incremental value to PDBFile (up to 
545             10). It is also possible to map specific sequences to specific chains 
546             by using the following notation:<br>
547             <br>
548             <pre>
549             &lt;param name=&quot;PDBFile&quot; value=&quot;First.pdb SeqA SeqB 
550             SeqC&quot;&gt;<br>
551             &lt;param name=&quot;PDBFile2&quot; value=&quot;Second.pdb 
552             A=SeqA B=SeqB C=SeqC&quot;&gt;<br>
553             &lt;param name=&quot;PDBFile3&quot; value=&quot;Third.pdb 
554             D=SeqX B=SeqY C=SeqZ&quot;&gt;<br>
555             </pre>
556           </li>
557           <li>Note parameter &quot;PDBSeq&quot; is no longer required.<br>
558           </li>
559           <li>Jalview 2.3 was updated to work with Jmol 11. See the <a href="/development">versions archive if you want to download the old Jmol applet</a>.</li> 
560             <p>&nbsp;</p>
561           </li>
562         </ul>
563         <strong>**NEW FEATURES** in Jalview 2.1</strong> 
564         <ul>
565           <li>Jalview Applet can read and display JNet secondary structure annotation 
566             directly via the <strong>jnetfile</strong> parameter. <br>
567           </li>
568           <li>Param &quot;UserDefinedColour&quot; - specify your own colours for each residue using a semi colon 
569             separated list. Multiple residues can be assigned the same colour 
570             using commas. eg:<br>
571             <pre>&lt;param name=&quot;userDefinedColour&quot; 
572             value=&quot;D,E=red; K,R,H=0022FF; C=yellow&quot;&gt;</pre>
573           </li>
574           <li>Param &quot;showFeatureSettings&quot;
575             - this will display the feature settings window when the applet starts.
576           </li>
577           <li>Param &quot;Application_URL&quot; value=&quot;http://www.jalview.org/services/launchApp&quot;<br/>
578             This calls a servlet which creates a JNLP file with the alignment 
579             file, annotations file and features file of the applet as arguments. 
580             If the user has Java installed, the returned JNLP file should start 
581             up the full Jalview Application. BUT this does not currently work 
582             for alignment files added to the applet in a zip file.
583             <br/>Look at the XML comments in the file downloaded from <a href="http://www.jalview.org/services/launchApp">The LaunchApp page</a> for full documentation.
584           </li>
585           <li>Alignment file can be a series of parameters using eg PFAM format 
586             <br>
587             <pre>&lt;param name=&quot;sequence1&quot; 
588             value=&quot;Q93XJ9_SOLTU/11-26 TSFLPRKPVVTSLKAI&quot;&gt;<br>
589             &lt;param name=&quot;sequence2&quot; value=&quot;FER1_PEA/14-29 TSFLRTQPMPMSVTTT&quot;&gt;<br>
590             </pre>(All the usual Jalview File formats are valid, however each 
591             new line in an alignment file must be entered as a parameter)</li>
592         </ul>
593         
594
595 <!-- content end -->
596
597
598 </div> <!-- end content div -->
599
600 </div> <!-- content -->
601 </div> <!-- pagewrap -->
602 <div id ="footer">
603 <div id="innerFooter">
604 <div id="copyright"><p>Published under <a href="http://creativecommons.org/licenses/by-sa/3.0/">CC-SA 3.0</a></p></div>
605 <div id="cite">
606 <p>
607 If you use Jalview in your work, please cite this publication:
608 </p>
609 <br />
610 <p>
611 Waterhouse, A.M., Procter, J.B., Martin, D.M.A, Clamp, M. and Barton, G. J. (2009)
612 "Jalview Version 2 - a multiple sequence alignment editor and analysis workbench"
613 Bioinformatics 25 (9) 1189-1191 <a href="http://dx.doi.org/10.1093/bioinformatics/btp033">doi: 10.1093/bioinformatics/btp033</a>
614 </p>
615 </div>
616 </div>
617 </div>
618 </body>
619 </html>