From: jprocter
Date: Sat, 12 Jun 2010 12:45:52 +0000 (+0000)
Subject: documented the -colour command line argument.
X-Git-Tag: Release_2_6~184
X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=ee684c859bd7cddaa517a81cf11e168d4596ddbe;p=jalview.git
documented the -colour command line argument.
---
diff --git a/help/html/features/clarguments.html b/help/html/features/clarguments.html
index 9bca344..67fca9b 100644
--- a/help/html/features/clarguments.html
+++ b/help/html/features/clarguments.html
@@ -41,7 +41,17 @@
See Features
File (Known as Groups file prior to 2.08) description.
-
+
+
+
+
+
+ -colour COLOURSCHEME
+ |
+ 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). |
diff --git a/src/jalview/bin/Jalview.java b/src/jalview/bin/Jalview.java
index 64ffd38..fc6d23e 100755
--- a/src/jalview/bin/Jalview.java
+++ b/src/jalview/bin/Jalview.java
@@ -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"
|