JAL-1544 'Jalview' consistently capitalised
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 27 Aug 2015 11:00:37 +0000 (12:00 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 27 Aug 2015 11:00:37 +0000 (12:00 +0100)
15 files changed:
help/html/features/commandline.html
help/html/features/featuresFormat.html
help/html/features/groovy.html
help/html/features/hiddenRegions.html
help/html/features/jmol.html
help/html/features/preferences.html
help/html/features/seqfetch.html
help/html/features/viewingpdbs.html
help/html/io/export.html
help/html/io/fileformats.html
help/html/memory.html
help/html/menus/alignmentMenu.html
help/html/menus/desktopMenu.html
help/html/privacy.html
help/html/releases.html

index e393701..dd6c0de 100644 (file)
  <p><strong>Running Jalview from the command line</strong></p>
  <p>Jalview is most easily run from the command line if you have built
  it from source, or via the 'Jalview' executable created from the
- InstallAnywhere jalview installation. Both of these mechanisms allow
- true command line execution of jalview - allowing you to provide
+ InstallAnywhere Jalview installation. Both of these mechanisms allow
+ true command line execution of Jalview - allowing you to provide
  additional options.</p><p>
 The Java Webstart version of
- jalview can be executed from the command line using something like
+ Jalview can be executed from the command line using something like
  :
  <pre>javaws http://www.jalview.org/webstart/jalview.jnlp -open
  <em>yourFileName</em></pre>
  But, this is not guaranteed to work on all versions of webstart on all
  operating systems, and doesn't let you execute Jalview with any
  additional parameters.
- <p><strong>Running jalview from the InstallAnywhere
+ <p><strong>Running Jalview from the InstallAnywhere
  installation</strong></p>
  <p>If you install with InstallAnywhere you can use several more commands. 
  However, if you call the application with the link provided by InstallAnywhere 
  any output from the application will be sent to output.txt, not standard 
  out.<br>
- The jalview application also requires a number of additional
+ The Jalview application also requires a number of additional
  libraries on the class path. The command line below adds the Jalview
  installation's 'lib' directory to the list of directories that are
  searched for jars to be added to the classpath:</p>
index 9e2be6a..82e46cb 100755 (executable)
@@ -165,7 +165,7 @@ Non-positional features are shown in a tooltip when the mouse
 hovers over the sequence ID panel, and any embedded links can be
 accessed from the popup menu.<br/> <em>Scores</em><br>
 Scores can be associated with sequence features, and used to sort
-sequences or shade the alignment (this was added in jalview 2.5).
+sequences or shade the alignment (this was added in Jalview 2.5).
 The score field is optional, and malformed scores will be
 ignored.</p>
 
index b49fc17..6db1d1c 100644 (file)
@@ -44,7 +44,7 @@
                The jars are obtained from the <em>embedded</em> directory within the
                <a href="http://dist.codehaus.org/groovy/distributions">groovy
                        distribution</a>. The easiest way of adding them to the Jalview classpath
-               is to download and build jalview from its source distribution, and
+               is to download and build Jalview from its source distribution, and
                then add the groovy-all-*.jar to the lib directory whose path is given
                in the java.ext.dirs property.
        </p>
        </p>
        <p>
                <strong>Executing groovy scripts on Jalview startup</strong><br>
-               The -groovy &lt;script&gt; option on the <a href="commandline.html" />
+               The -groovy &lt;script&gt; option on the <a href="commandline.html">
                Jalview command line</a> will execute the contents of &lt;script&gt;.
                &lt;script&gt; may be a file, a URL, or alternatively if it is
                &quot;STDIN&quot; then the standard input will be used.<br>
                <em>Note: The groovy script will be executed <strong>after</strong>
                        any data is loaded, and <strong>before</strong> images or any output
-                       files are written. This allows you to perform customised jalview
+                       files are written. This allows you to perform customised Jalview
                        analysis workflows with groovy.</em>
        </p>
        <p>
                object defined in the groovy environent which corresponds to the
        <pre>jalview.gui.Desktop</pre>
        object which manages all the Jalview windows.
-       </p>
        Here's an example to get you started:
        <br>
        <ul>
                <li>Getting the title, alignment and first sequence from the
                        current alignFrame<br> <pre>
-def alf = Jalview.getAlignframes();
+def alf = Jalview.getAlignFrames();
 print alf[0].getTitle();
 def alignment = alf[0].viewport.alignment;
 def seq = alignment.getSequenceAt(0);
@@ -90,8 +89,6 @@ def seq = alignment.getSequenceAt(0);
 <li>When running a groovy script from the command line, the alignment that was just loaded can be referred to like so:<br><pre>
 print currentAlFrame.getTitle();</pre>
        </ul>
-       </p>
-
-       <p>&nbsp;</p>
+If you have downloaded the InstallAnywhere version of Jalview, you can find additional groovy scripts in the examples/groovy subfolder of the installation directory.
 </body>
 </html>
index b9e8382..48d205f 100644 (file)
@@ -48,7 +48,7 @@ or web service alignments (<em>nb. this may change in the future</em>).
 <p><strong><em>Hidden Sequence Representatives and
 Multiple Views</em></strong><br>
 <em>A word of warning: hidden representative sequence groups are
-(still) only partly implemented in the jalview 2.5 release, and we hope
+(still) only partly implemented in the Jalview 2.5 release, and we hope
 to deal with the following issues in the future.</em><br>
 Currently, represented hidden groups are only made correctly if there is
 just one alignment view. When multiple views on an alignment exist, then
index c81fcc3..9d0ad11 100644 (file)
@@ -221,7 +221,7 @@ labels, plotting surfaces, and display animation. The 'Set Picking' menu
 controls the behaviour of single and double mouse clicking on the
 structure, and the 'Console' option opens the Jmol scripting console.</p>
 <p>The state of each Jmol display is stored within <a
-       href="jalarchive.html">jalview archives</a> as a Jmol state recovery
+       href="jalarchive.html">Jalview archives</a> as a Jmol state recovery
 script file. This means that any Jmol visualization effects that you add
 beyond those provided by Jalview will be able to be stored and recovered
 along with the displayed alignments in Jalview.</p>
index 928ea2c..c86abfa 100755 (executable)
@@ -142,7 +142,7 @@ details as necessary. Web Services will not work if you are using a
 proxy server and do not enter the settings here.</p>
 <p><em>Usage statistics, Questionnaire and Version checks</em><br>
 Uncheck these options to prevent Jalview from submitting usage
-statistics to google analytics, checking for jalview questionnaires or
+statistics to google analytics, checking for Jalview questionnaires or
 retrieving details of the latest release version (at www.jalview.org).
 See the <a href="../privacy.html">user privacy statement</a> for more
 information.</p>
@@ -163,7 +163,7 @@ style for EPS export:
        EPS files will be a mixture of text and lineart. This produces compact
        files that can be edited easily in programs like Microsoft Word and
        Adobe Illustrator, but can be problematic if the fonts available to
-       jalview are not accessible by the program reading the EPS file.
+       Jalview are not accessible by the program reading the EPS file.
 </ul>
 <p><em>Automatically set ID width</em><br>
 When enabled, the column containing sequence and annotation labels at the left hand side of an exported figure will be made large enough to display each sequence ID and annotation label in its own line. Enable this if you have particularly long sequence IDs and need to generate EPS or PNG figures or web pages.</p>
index 2516f3f..2a7c429 100755 (executable)
@@ -49,7 +49,7 @@ WSDBFetch service provided by the European Bioinformatics Institute, or, since J
   one or more accession ids (as a semi-colon separated list), or press the 
   &quot;Example&quot; button to paste the example accession for the currently selected database into the retrieval box.
    Finally, press &quot;OK&quot; to initiate the retrieval.</p>
-   <p>Since Jalview 2.9 if  PDB is selected as the sequence database, a specialised interface - <a href="pdbsequencefetcher.html">PDB Sequence Fetcher</a>  is used for discovering and retrieving the sequenec data. </p>
+   <p>Since Jalview 2.9 if  PDB is selected as the sequence database, a specialised interface - <a href="pdbsequencefetcher.html">PDB Sequence Fetcher</a>  is used for discovering and retrieving the sequence data. </p>
        <p><strong>Specifying chains for PDB IDs</strong>
   If you are retrieving sequences from the PDB, you can retrieve
   specific chains by appending a colon and the chain id to the PDB
index 506beef..44a07cc 100755 (executable)
@@ -124,7 +124,7 @@ associate PDB files with names like '1gaq.pdb' with sequences that
 have an ID like '1gaq'.
 <br/><em>Note: This feature was added in Jalview 2.7</em>
 </p>
-<p><em>Note for jalview applet users:<br>
+<p><em>Note for Jalview applet users:<br>
 Due to the applet security constraints, PDB Files can currently only be
 imported by cut and paste of the PDB file text into the text box opened
 by the 'From File' entry of the structure menu.</em></p>
index e9726de..a7a5a1a 100755 (executable)
@@ -40,7 +40,7 @@ diagrams in publications and on the web.</em>
 </li></ul>
   
 <p><em>Tips for working with EPS Files</em></p>
-<li>The EPS file generated by jalview contains vector graphics which are directly 
+<li>The EPS file generated by Jalview contains vector graphics which are directly 
   editable in graphics applications such as Adobe Illustrator.</li>
 <li>EPS files can be produced as &quot;Text&quot; or &quot;Lineart&quot;. Use 
   &quot;Text&quot; if you want the final document to be MUCH smaller in diskspace 
index b457adf..16e9cc6 100755 (executable)
@@ -34,7 +34,7 @@ td {
 <p><strong>Alignment File Formats</strong>
 <p>Jalview understands a wide range of sequence alignment formats. In
 order to determine which format has been used for an alignment,
-jalview tries to detect some text or formatting unique to one of the formats:
+Jalview tries to detect some text or formatting unique to one of the formats:
 </p>
 <table width="100%" border="1">
 <tr><td width="17%">Format</td>
@@ -83,7 +83,7 @@ THISISASEQUENCE<br></td>
 <td width="23%">.json</td>
 </tr>
 </table>
-<p>The file extensions are used to associate jalview alignment icons
+<p>The file extensions are used to associate Jalview alignment icons
 with alignment files: <img src="file.png" width=12 height=12 >
 </p>
 </body>
index f35c457..664904f 100755 (executable)
@@ -67,7 +67,7 @@ The way you increase the memory settings for the JVM depends on which installati
                        your Java installation's bin directory) with the file location as its
                        argument. The file's url is something like :<br> <pre>
 file://&lt;full path to file&gt;
-</pre> If jalview doesn't start up, see <a href="#memsetting">below</a>.
+</pre> If Jalview doesn't start up, see <a href="#memsetting">below</a>.
                        You'll have to edit the above settings in the JNLP file using a text
                        editor, save it, and try starting Jalview with it once more.
                        </p></li>
index 8b50d9e..5bf9e60 100755 (executable)
                                                selected groups of the alignment will be subdivided according to
                                                the contents of the currently selected region. <br />Use this to
                                                subdivide an alignment based on the different combinations of
-                                               residues observed at specific positions. (new in jalview 2.5)</em>
+                                               residues observed at specific positions. (new in Jalview 2.5)</em>
                                </li>
        <li><strong>Undefine Groups (Control U)<br> </strong><em>The
             alignment will be reset with no defined groups.<br> <strong>WARNING</strong>:
index 374aa9c..a650927 100755 (executable)
@@ -65,7 +65,7 @@
                <li><strong>Show Memory Usage<br></strong>
                <em>When ticked, the currently available memory will be displayed in the 
                bottom right of the desktop background area.<br>
-               See the <a href="../memory.html">help on jalview memory settings</a> for more information.</em></li>
+               See the <a href="../memory.html">help on Jalview memory settings</a> for more information.</em></li>
                <li><strong>Collect Garbage<br></strong>
                <em>Selecting this will initiate the Java Virtual Machine garbage collector, which might help free up some memory... perhaps.
                </em></li>
index 1635475..858aa32 100644 (file)
@@ -46,7 +46,7 @@ These are described below:</p>
                properties file.</i></li>
                <li><i>The Jalview web services stack is contacted to
                retrieve the currently available web services. All interactions with
-               the public jalview web services are logged, but we delete all job data
+               the public Jalview web services are logged, but we delete all job data
                (input data and results) after about two weeks.</i></li>
        </ul><br>
        </li>
index 1df3bb9..19fa285 100755 (executable)
                                        <li>Hide sequence doesn&#39;t hide associated annotation</li>
                                        <li>User defined colours dialog box too big to fit on screen
                                                and buttons not visible</li>
-                                       <li>author list isn't updated if already written to jalview
+                                       <li>author list isn't updated if already written to Jalview
                                                properties</li>
                                        <li>Popup menu won&#39;t open after retrieving sequence from
                                                database</li>
                                        </li>
                                        <li>
                                                <!-- <a href='http://issues.jalview.org/browse/JAL-1539'>JAL-1539</a>] -->
-                                               out of memory errors are not raised when saving jalview project
+                                               out of memory errors are not raised when saving Jalview project
                                                from alignment window file menu
                                        </li>
                                        <li>
                                        <li>Newly created RNA secondary structure line doesn't have
                                                'display all symbols' flag set</li>
                                        <li>T-COFFEE alignment score shading scheme and other
-                                               annotation shading not saved in jalview project</li>
+                                               annotation shading not saved in Jalview project</li>
                                        <li>Local file cannot be loaded in freshly downloaded Jalview</li>
                                        <li>Jalview icon not shown on dock in Mountain Lion/Webstart</li>
                                        <li>Load file from desktop file browser fails</li>
                                        </li>
                                        <li>Not all working JABAWS services are shown in Jalview's
                                                menu</li>
-                                       <li>JAVAWS version of jalview fails to launch with 'invalid
+                                       <li>JAVAWS version of Jalview fails to launch with 'invalid
                                                literal/length code'</li>
                                        <li>Annotation/RNA Helix colourschemes cannot be applied to
                                                alignment with groups (actually fixed in 2.8.0b1)</li>
           <li>Allow disorder predictions to be made on the current
             selection (or visible selection) in the same way that JPred
             works</li>
-          <li>Groovy scripting for headless jalview operation</li>
+          <li>Groovy scripting for headless Jalview operation</li>
         </ul> <em>Other improvements</em>
         <ul>
           <li>Upgrade desktop installer to InstallAnywhere 2013</li>