8daa4ee59a71be6659de2609bfc644511716871e
[jalview.git] / examples / appletParameters.html
1 <!--
2  * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
3  * Copyright (C) $$Year-Rel$$ The Jalview Authors
4  * 
5  * This file is part of Jalview.
6  * 
7  * Jalview is free software: you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License 
9  * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
10  *  
11  * Jalview is distributed in the hope that it will be useful, but 
12  * WITHOUT ANY WARRANTY; without even the implied warranty 
13  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
14  * PURPOSE.  See the GNU General Public License for more details.
15  * 
16  * You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
17  * The Jalview Authors are detailed in the 'AUTHORS' file.
18 -->
19
20
21 <div id="view_decorated" name="view_decorated"  style="margin:8px; padding:10px; border: 2px solid red; text-align:center; display:none;"><b>Click <a href="index.html#appletParameters"> here</a> to view decorated page</b></div>
22
23 <!-- content start -->
24 <h2>JalviewLite Applet Parameter Documentation</h2>
25 <p>
26 The JalviewLite applet is configured through a series of applet parameters,
27 which are described <a href="#parameters"> below</a>. Once initialised,
28 the applet can be interacted with <em>via</em> its 
29 <a href="javascript:doSubmit('jalviewLiteJs')">Javascript API</a>. 
30 </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 may not be compatible with these settings. </p>
31     <p>For additional deployment notes, <a href="#appletdeploymentnotes">see below</a>.</p>
32             <p><h2>Applet Parameters</h2><br/>The applet takes the following initialisation parameters.</p>
33         <a name="parameters"></a>        <table width="97%" class="borderTable" align="center" >
34           <tr> 
35             <td width="103" height="23"><strong>&lt;param name=&quot;&quot;</strong></td>
36             <td width="80" ><strong>value=&quot;&quot;&gt;</strong></td>
37             <td width="100%"><strong>Description</strong></td>
38           </tr>
39           <tr>
40           <td>permissions</td>
41           <td>sandbox</td>
42           <td><strong>This parameter is necessary, and must have the value <em>sandbox</em> to allow the JalviewLite applet to run.</strong></td>
43           </tr>
44           <tr> 
45             <td>file</td>
46             <td>fileName</td>
47             <td>The file to open, must be on same server as the applet.</td>
48           </tr>
49               <tr>
50                 <td>file2</td>
51                 <td>fileName</td>
52                 <td>A second file to open and show linked in a Split Frame
53                   view. If one file is nucleotide and the other peptide, and at
54                   least one peptide sequence matches the translation of one of the
55                   nucleotide sequences, then gaps will be inserted into the
56                   sequences in this file to match the aligned columns for
57                   corresponding positions in the primary alignment file. This
58                   parameter is ignored if enableSplitFrame is set to false (<em>since
59                     2.9</em>).
60                 </td>
61               </tr>
62             <tr> 
63             <td>enableSplitFrame</td>
64             <td>true or false (default true)</td>
65             <td>Enable or disable the display of linked cDNA and Protein alignments in a split frame (<em>since 2.9</em>).</td>
66           </tr>
67           <tr> 
68             <td>sequence1,<br>
69               sequence2,<br>
70               sequence3</td>
71             <td>sequence in (preferably) PFAM or Fasta format</td>
72             <td>The alignment can be added as a series of sequences instead of 
73               from a file.</td>
74           </tr>
75           <tr> 
76             <td>tree</td>
77             <td>fileName</td>
78             <td>Tree file in Newick format</td>
79           </tr>
80           <tr> 
81             <td>features</td>
82             <td>fileName</td>
83             <td>Jalview Features file to be applied to the alignment</td>
84           </tr>
85           <tr> 
86             <td>annotations</td>
87             <td>fileName</td>
88             <td>Jalview Annotation file will be added to the alignment</td>
89           </tr>
90           <tr> 
91             <td>jnetfile</td>
92             <td>fileName</td>
93             <td>Secondary structure predictions from a <a
94             href="http://www.compbio.dundee.ac.uk/~www-jpred/">Jnet</a> Concise 
95               file will be added to the first sequence in the alignment.</td>
96           </tr>
97           <tr> 
98             <td>PDBfile(x)</td>
99             <td><p>fileName seq1 seq2 seq3</p>
100               <p>or</p>
101               <p>fileName A=seq1 B=seq2 C=seq3</p></td>
102             <td>PDB file which is to be associated with a sequence, followed by 
103               space separated list of alignment sequence ids. PDB chains can be 
104               specifed to map to particular sequence by using A=SeqA notation</td>
105           </tr>
106           <tr> 
107             <td><p>PDBSeq<br>
108                 *Not needed post Jalview 2.3, use PDBFile instead</p></td>
109             <td>SequenceId</td>
110             <td>The sequence to associate a PDB file with. Note the value is case 
111               sensitive.</td>
112           </tr>
113           <tr> 
114             <td>defaultColour</td>
115             <td> <em>One of: </em><br>
116               Clustal, Blosum62, % Identity, Hydrophobic, Zappo, Taylor, Helix 
117               Propensity, Strand Propensity, Turn Propensity, Buried Index, Nucleotide, T-Coffee Scores, RNA Helices</td>
118             <td>Default is no colour.</td>
119           </tr>
120           <tr> 
121             <td>userDefinedColour</td>
122             <td><p><em>Example:</em><br>
123                 D,E=red; K,R,H=0022FF; c=yellow</p></td>
124             <td>Define residue colours</td>
125           </tr>
126           <tr> 
127             <td height="35">showFullId</td>
128             <td>true <em>or</em> false</td>
129             <td>if true displays start and end residue at the end of sequence 
130               Id.</td>
131           </tr>
132           <tr> 
133             <td>showAnnotation</td>
134             <td>true <em>or</em> false</td>
135             <td>If true shows the annotation panel below the alignment.</td>
136           </tr>
137           <tr> 
138             <td>showConservation</td>
139             <td>true <em>or</em> false</td>
140             <td>Default is true.</td>
141           </tr>
142           <tr> 
143             <td>showQuality</td>
144             <td>true <em>or</em> false</td>
145             <td>Default is true.</td>
146           </tr>
147           <tr> 
148             <td>showConsensus</td>
149             <td>true <em>or</em> false</td>
150             <td>Default is true.</td>
151           </tr>
152           <tr> 
153             <td>sortBy</td>
154             <td> Id <em>, </em> Pairwise Identity<em>, or</em> Length</td>
155             <td> Sorts the alignment on startup</td>
156           </tr>
157           <tr> 
158             <td>RGB</td>
159             <td>colour as hex string</td>
160             <td>Background colour for applet button - purely cosmetic to blend 
161               in with your web page. For orange, enter the value FF6600</td>
162           </tr>
163           <tr> 
164             <td>embedded</td>
165             <td>true <em>or</em> false</td>
166             <td>The applet is embedded in the web page, the &quot;Start Jalview&quot; 
167               button is not displayed.</td>
168           </tr>
169           <tr> 
170             <td>windowWidth</td>
171             <td>value</td>
172             <td>frame width</td>
173           </tr>
174           <tr> 
175             <td>windowHeight</td>
176             <td>value</td>
177             <td>frame height</td>
178           </tr>
179           <tr> 
180             <td>label</td>
181             <td>label text</td>
182             <td>Change text for the Launch Jalview Button</td>
183           </tr>
184           <tr> 
185             <td>wrap</td>
186             <td>true <em>or</em> false</td>
187             <td>Opens new windows in wrapped mode</td>
188           </tr>
189           <tr> 
190             <td>linkLabel_1</td>
191             <td>EMBL-EBI Search</td>
192             <td rowspan="2"><p>Right click on sequence id to see list of available 
193                 links. Any new links MUST have $SEQUENCE_ID$ as part of the linkURL_n 
194                 value. For multiple links, increment the label and url name by 
195                 1. ie <br>
196                 &lt;param name=&quot;linkLabel_2&quot; ..., <br>
197                 &lt;param name=&quot;linkUrl_2&quot;....<br>
198               </p>
199               <p>Regular expressions may also be used (<em>since Jalview 2.4</em>) to process the ID string inserted into the URL:
200               <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). 
201               <br>Regex URL links are also applied to the description line (since Jalview 2.4.+).</em></p></td>
202           </tr>
203           <tr> 
204             <td> <p>
205             <br>
206                 linkUrl_1<br>
207               </p></td>
208             <td><p><br>
209                 http://www.ebi.ac.uk/ebisearch/<br/>search.ebi?db=allebi&query=$SEQUENCE_ID$</p>
210                                                 </td>
211           </tr>
212           <tr> 
213             <td>showFeatureSettings</td>
214             <td>true <em>or</em> false</td>
215             <td>Shows the feature settings window when starting the applet</td>
216           </tr>
217           <tr>
218             <td>showfeaturegroups</td>
219             <td><em>separator</em> separated list of feature groups</td>
220             <td>Display the features in the given groups on the alignment</td>
221           </tr>
222           <tr>
223             <td>hidefeaturegroups</td>
224             <td><em>separator</em> separated list of feature groups</td>
225             <td>Hide the features in the given groups on the alignment
226             (will be overridden by showfeaturegroups for group names
227             found in both lists)</td>
228           </tr>
229           <tr> 
230             <td>application_url</td>
231             <td><p><em>URL of dynamic JNLP servlet,</em></p>
232               <p>http://www.jalview.org/services/launchApp</p></td>
233             <td>Launches full application with original alignment, features and 
234               annotations files used in applet</td>
235           </tr>
236           <tr>
237           <td>separator</td>
238           <td><em>non-empty separator string</em><br>default: |</td>
239           <td>string used to separate fields in list parameters (such as <em>showfeaturegroups</em>)</td>
240           </tr>
241           <tr><td>debug</td>
242           <td>true</td>
243           <td>Instruct the applet to output additional debug messages to the java console</td>
244           </tr>
245           <tr><td>nojmol</td>
246           <td>false</td>
247           <td>When set, do not try to find Jmol classes. Set this to supress URL not found errors appearing 
248           in server logs when Jmol is not available.
249           </td>
250           </tr>
251           <tr><td>showbutton</td>
252           <td>true</td>
253           <td>Show the jalview button on the page. When false, JalviewLite will open immediately.</td>
254           </tr>
255           </tr>
256                   <tr><td>sortByTree</td>
257                   <td>true or false (default is false)</td>
258                   <td>automatically sort the associated alignment view by the tree when a new tree is opened.</td>
259                   </tr>
260                   <tr>
261                    <td>showTreeBootstraps</td><td>true or false (default is true)</td><td>show or hide branch bootstraps</td>
262                         </tr>
263         <tr><td>showTreeDistances</td><td>true or false (default is true)</td><td>show or hide branch lengths</td></tr>
264         <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>
265         </tr>
266           <tr><td>heightScale</td>
267           <td>1.0 or greater</td>
268           <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>
269           </tr>
270           <tr><td>widthScale</td>
271           <td>1.0 or greater</td>
272           <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>
273           </tr>
274           <tr><td>scaleProteinAsCdna</td><td>true or false (default is false)</td>
275           <td>Set true to shown protein residues the same width as their encoding codons. 
276           For use with parameter file2 when showing a split frame of cDNA and protein. (<em>since 2.9</em>)</td></tr>
277           <tr><td>centrecolumnlabels</td>
278           <td>true or false (default is false)</td>
279           <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>
280           <tr><td>showUnconserved</td>
281           <td>true or false (default is false)</td>
282           <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>
283           </tr>
284           <tr><td>upperCase</td>
285           <td><em>bold</em> or other value</td>
286           <td>Indicate a text style to apply to uppercase sequence symbols. Currently, only <strong>bold</strong> is supported.</td>
287           </tr>
288           <tr><td>automaticScrolling</td>
289           <td>true or false (default is true)</td>
290           <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>
291           </tr>
292           
293           <tr><td>showGroupConsensus</td>
294           <td>true or false (default is false)</td>
295           <td>When true, shows consensus annotation row for any groups on the alignment. (<em>since 2.7</em>)</td>
296           </tr>
297           
298           <tr><td>showGroupConservation</td>
299           <td>true or false (default is false)</td>
300           <td>When true, shows amino-acid property conservation annotation row for any groups on the alignment. (<em>since 2.7</em>)</td>
301           </tr>
302           <tr><td>showConsensusHistogram</td>
303           <td>true or false (default is true)</td>
304           <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>
305           </tr>
306           <tr><td>showSequenceLogo</td>
307           <td>true or false (default is false)</td>
308           <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>
309           </tr>
310           <tr><td>normaliseSequenceLogo</td>
311           <td>true or false (default is false)</td>
312           <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>
313           </tr>
314           <tr><td>oninit</td>
315           <td><em>after_init()</em></td>
316           <td>name of javascript function that will be called after the jalviewLite instance has completed its initialisation. (<em>since 2.7</em>)</td>
317           </tr>
318           <tr><td>relaxedidmatch</td>
319           <td><em>true or false (default is false)</em></td>
320           <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>
321           </tr>
322           <tr><td>alignpdbfiles</td>
323           <td><em>true or false (default is false)</em></td>
324           <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>
325           </tr>
326           <tr><td>externalstructureviewer</td>
327           <td><em>true or false (default is false)</em></td>
328           <td>re-route jmol colouring commands, selection and mouseover events to an external viewer using javascript callbacks. [experimental] (<em>since 2.7</em>)</td>
329           
330           </tr>
331           <tr><td>annotationcolour_max</td>
332           <td>colour name or RGB hex triplet (default is red)</td>
333           <td>Default colour used for maximum value when shading by annotation. (<em>since 2.7</em>)</td>
334           </tr>
335           <tr><td>annotationcolour_min</td>
336           <td>colour name or RGB hex triplet (default is orange)</td>
337           <td>Default colour used for minimum value when shading by annotation. (<em>since 2.7</em>)</td>
338           </tr>
339           <tr><td>jalviewhelpurl</td>
340           <td>absolute or relative url or javascript function prefixed by <em>javascript:</em> (default is http://www.jalview.org/help.html)</td>
341           <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>
342           </tr>
343           <tr><td>resolvetocodebase</td>
344           <td>True or False (False)</td>
345           <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>
346           </tr>
347           <tr><td>scoreFile</td>
348           <td>file</td>
349           <td>Multiple sequences aligment scores file. Currently is supported only the T-Coffee score_ascii file format</td>
350           </tr>
351                   </table>
352                   <p><h2><a name="appletdeploymentnotes"/>Notes on applet deployment</h2><br/>
353         <ul>
354           <li>Package all your data files into a single (or multiple) zip / jar 
355             files. This is very useful to reduce download time of large data files. 
356             The applet archive tag can take multiple entries separated by commas, 
357             eg<br>
358             <pre>&lt;applet code=&quot;jalview.bin.JalviewLite&quot;<em><strong> 
359             archive=&quot;jalviewApplet.jar, mydata.zip&quot;</strong></em>&gt;<br>
360             </pre></li>
361           <li> Use Jalview for input to a HTML form. For an example of how to 
362             code this using Javascript, click <a href="javascript:doSubmit('formComplete')">here</a>. 
363             <br>
364           </li>
365           <li>Embed Jalview into the web page, without the &quot;Start Jalview&quot; 
366             button by setting the embed parameter to true;<br>
367             &lt;param name=&quot;embedded&quot;
368           value=&quot;true&quot;&gt; </li>
369         </ul>
370         
371         <p><strong>**NEW FEATURES** in Jalview 2.9</strong></p> 
372         <ul>
373         <li>Split Views for cDNA and Protein alignments<br/>Specify second alignment with 'file2' parameter, and set cDNA/Protein column scaling with scaleProteinAsCdna
374         </li>
375         </ul>
376         </p>
377         <p><strong>**NEW FEATURES** in Jalview 2.8</strong></p> 
378         <ul>
379         <li>Normalised sequence logo display
380         </li>
381         <li>RNA secondary structure annotation row
382         </li>
383 <li>Jmol compatibility updated to Jmol 12.2.x series - <a href="JmolApplet-12.2.4.jar">download the JmolApplet here</a></li>
384 <li>To use Jmol as the structure viewer for Jalview, you must include 
385             the jar file in the applet archive argument thus:<br>
386             <pre>archive=&quot;jalviewApplet.jar,Jmol-12.2.4.jar&quot;</pre>
387           </li>
388           <li>Jmol 12.2.x requires at least Java 1.6 to run in the clients web browser. If the client does not have 
389             Java 1.6, or if the Jmol-12.2.jar is not added to the archive, the 
390             original Jalview structure viewer will still be available. <br>
391           </li>
392           
393         </ul>
394         <p><strong>**NEW FEATURES** in Jalview 2.7</strong></p>
395         <ul>
396         <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>
397         <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>
398         </li>
399         <li>New <a href="javascript:doSubmit('jalviewLiteJs')">jalviewLite java api</a> methods for selecting, highlighting, scrolling and reordering sequences in an alignment view.
400         </li></ul>
401         <p><strong>**NEW FEATURES** in Jalview 2.6</strong></p>
402         <ul>
403         <li>Jmol compatibility updated to Jmol 12.1.x series</li>
404           <li>Jalview 2.6 works only with Jmol version 12.1.13 or later. You can use the JmolApplet.jar from 
405           the Jmol binary distribution available at the Jmol Sourceforge site, 
406           or <a href="JmolApplet-12.1.13.jar">download the Jmol applet from here</a></li>
407           <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>
408   </ul>
409         <br><strong>**NEW FEATURES** in Jalview 2.5</strong></p>
410         <ul>
411         <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>
412   </ul>        
413         <br><strong>**NEW FEATURES** in Jalview 2.4</strong></p>
414         <ul>
415         <li>New applet API methods for feature display control, views, and obtaining current selection via javascript.</li>
416           <li>Group show and hide parameters:
417         &quot;showfeaturegroups&quot; and
418         &quot;hidefeaturegroups&quot;. Both take a list
419         of feature group names (separarated by &quot;|&quot; by default) to hide or show on the displayed
420         alignment.
421         </li>
422         <li>Regular expressions can be used in URL links for sequence IDs.</li>
423         <li>&quot;debug&quot; parameter to control verbosity of the applet's console output.</li>
424         <li>&quot;showbutton&quot; parameter to disable launch button and open JalviewLite immediatly.</li>
425         <li>&quot;nojmol&quot; parameter to disable check for Jmol classes.</li>
426         </ul><br>
427         <strong>**NEW FEATURES** in Jalview 2.3</strong></p>
428         <ul>
429           <li>Note that Parameter &quot;PDBFile&quot; now takes 
430             the PDB file followed by a space separated list of alignment sequence 
431             ids to associate the structure to. It is also possible to associate 
432             multiple PDB files by adding an incremental value to PDBFile (up to 
433             10). It is also possible to map specific sequences to specific chains 
434             by using the following notation:<br>
435             <br>
436             <pre>
437             &lt;param name=&quot;PDBFile&quot; value=&quot;First.pdb SeqA SeqB 
438             SeqC&quot;&gt;<br>
439             &lt;param name=&quot;PDBFile2&quot; value=&quot;Second.pdb 
440             A=SeqA B=SeqB C=SeqC&quot;&gt;<br>
441             &lt;param name=&quot;PDBFile3&quot; value=&quot;Third.pdb 
442             D=SeqX B=SeqY C=SeqZ&quot;&gt;<br>
443             </pre>
444           </li>
445           <li>Note parameter &quot;PDBSeq&quot; is no longer required.<br>
446           </li>
447           <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> 
448             <p>&nbsp;</p>
449           </li>
450         </ul>
451         <strong>**NEW FEATURES** in Jalview 2.1</strong> 
452         <ul>
453           <li>Jalview Applet can read and display JNet secondary structure annotation 
454             directly via the <strong>jnetfile</strong> parameter. <br>
455           </li>
456           <li>Param &quot;UserDefinedColour&quot; - specify your own colours for each residue using a semi colon 
457             separated list. Multiple residues can be assigned the same colour 
458             using commas. eg:<br>
459             <pre>&lt;param name=&quot;userDefinedColour&quot; 
460             value=&quot;D,E=red; K,R,H=0022FF; C=yellow&quot;&gt;</pre>
461           </li>
462           <li>Param &quot;showFeatureSettings&quot;
463             - this will display the feature settings window when the applet starts.
464           </li>
465           <li>Param &quot;Application_URL&quot; value=&quot;http://www.jalview.org/services/launchApp&quot;<br/>
466             This calls a servlet which creates a JNLP file with the alignment 
467             file, annotations file and features file of the applet as arguments. 
468             If the user has Java installed, the returned JNLP file should start 
469             up the full Jalview Application. BUT this does not currently work 
470             for alignment files added to the applet in a zip file.
471             <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.
472           </li>
473           <li>Alignment file can be a series of parameters using eg PFAM format 
474             <br>
475             <pre>&lt;param name=&quot;sequence1&quot; 
476             value=&quot;Q93XJ9_SOLTU/11-26 TSFLPRKPVVTSLKAI&quot;&gt;<br>
477             &lt;param name=&quot;sequence2&quot; value=&quot;FER1_PEA/14-29 TSFLRTQPMPMSVTTT&quot;&gt;<br>
478             </pre>(All the usual Jalview File formats are valid, however each 
479             new line in an alignment file must be entered as a parameter)</li>
480         </ul>
481 <!-- content end -->