X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=examples%2FappletParameters.html;h=1e45aae5d5483f661652d5c9a2ea7494bfe9e275;hb=df7802fdd54e7d3b12bda12ac55e6057c985bdf2;hp=489961823532e60390507ce155da74ababcebb52;hpb=b32719ae3edb019a34138de6250d033fa6e13091;p=jalview.git diff --git a/examples/appletParameters.html b/examples/appletParameters.html index 4899618..1e45aae 100644 --- a/examples/appletParameters.html +++ b/examples/appletParameters.html @@ -18,7 +18,7 @@ --> -
Click here to view decorated page
+

JalviewLite Applet Parameter Documentation

@@ -46,11 +46,23 @@ the applet can be interacted with via its fileName The file to open, must be on same server as the applet. - - file2 - fileName - A second file to open. If one file is nucleotide and the other peptide, and at least one peptide sequence - is the translation of one of the nucleotide sequences, then alignments will be displayed linked in a split frame (since 2.9). + + file2 + fileName + A second file to open and show linked in a Split Frame + view. If one file is nucleotide and the other peptide, and at + least one peptide sequence matches the translation of one of the + nucleotide sequences, then gaps will be inserted into the + sequences in this file to match the aligned columns for + corresponding positions in the primary alignment file. This + parameter is ignored if enableSplitFrame is set to false (since + 2.9). + + + + enableSplitFrame + true or false (default true) + Enable or disable the display of linked cDNA and Protein alignments in a split frame (since 2.9). sequence1,
@@ -106,6 +118,14 @@ the applet can be interacted with via its Default is no colour. + defaultColourNuc + A colour scheme (from the list above) to apply to Nucleotide alignmentsThis overrides defaultColour if it is specified. + + + defaultColourProt + A colour scheme (from the list above) to apply to Peptide alignmentsThis overrides defaultColour if it is specified. + + userDefinedColour

Example:
D,E=red; K,R,H=0022FF; c=yellow

@@ -355,6 +375,13 @@ the applet can be interacted with via its <param name="embedded" value="true"> + +

**NEW FEATURES** in Jalview 2.9

+ +

**NEW FEATURES** in Jalview 2.8