JAL-1684 clarification of which alignment will be used to guide the reconstruction...
authorJim Procter <jprocter@issues.jalview.org>
Wed, 9 Sep 2015 11:55:43 +0000 (12:55 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 9 Sep 2015 11:55:43 +0000 (12:55 +0100)
examples/appletParameters.html

index 6dd26e2..8daa4ee 100644 (file)
@@ -46,13 +46,20 @@ the applet can be interacted with <em>via</em> its
             <td>fileName</td>
             <td>The file to open, must be on same server as the applet.</td>
           </tr>
-          <tr> 
-            <td>file2</td>
-            <td>fileName</td>
-            <td>A second file to open. 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 alignments will be displayed linked in a Split Frame. Parameter is ignored if enableSplitFrame is set to false (<em>since 2.9</em>).</td>
-          </tr>
-          <tr> 
+              <tr>
+                <td>file2</td>
+                <td>fileName</td>
+                <td>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 (<em>since
+                    2.9</em>).
+                </td>
+              </tr>
+            <tr> 
             <td>enableSplitFrame</td>
             <td>true or false (default true)</td>
             <td>Enable or disable the display of linked cDNA and Protein alignments in a split frame (<em>since 2.9</em>).</td>