documented the -colour command line argument.
authorjprocter <Jim Procter>
Sat, 12 Jun 2010 12:45:52 +0000 (12:45 +0000)
committerjprocter <Jim Procter>
Sat, 12 Jun 2010 12:45:52 +0000 (12:45 +0000)
help/html/features/clarguments.html
src/jalview/bin/Jalview.java

index 9bca344..67fca9b 100644 (file)
  See <a href="featuresFormat.html" target="NEW">Features 
  File</a> (Known as Groups file prior to 2.08) description. </p>
 
- </div></td>
+               </div>
+               </td>
+       </tr>
+       <tr>
+               <td>
+               <div align="center">-colour COLOURSCHEME</div>
+               </td>
+               <td>Set the colourscheme for the alignment. This can be any of
+               the built-in colourschemes, a name of a predefined colourscheme
+               (defined in the jalview properties file), or an 'inline' colourscheme
+               (see the applet's colour parameter for more information).</td>
  </tr>
        <tr>
                <td>
index 64ffd38..fc6d23e 100755 (executable)
@@ -94,6 +94,7 @@ public class Jalview
               .println("Usage: jalview -open [FILE] [OUTPUT_FORMAT] [OUTPUT_FILE]\n\n"
                       + "-nodisplay\tRun Jalview without User Interface.\n"
                       + "-props FILE\tUse the given Jalview properties file instead of users default.\n"
+                      + "-colour COLOURSCHEME\tThe colourscheme to be applied to the alignment\n"
                       + "-annotations FILE\tAdd precalculated annotations to the alignment.\n"
                       + "-tree FILE\tLoad the given newick format tree file onto the alignment\n"
                       + "-features FILE\tUse the given file to mark features on the alignment.\n"