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