From 21e0236b9aed46aa7783f898615fa6dcc8bf28a5 Mon Sep 17 00:00:00 2001 From: jprocter Date: Fri, 11 Jan 2008 13:54:03 +0000 Subject: [PATCH] groovy and das fetching stuff in command line argument list --- help/html/features/clarguments.html | 109 +++++++++++++++++++++++++++++++---- 1 file changed, 99 insertions(+), 10 deletions(-) diff --git a/help/html/features/clarguments.html b/help/html/features/clarguments.html index 45dfab5..10917b4 100644 --- a/help/html/features/clarguments.html +++ b/help/html/features/clarguments.html @@ -26,17 +26,102 @@ - -
-annotations FILE
- Add precalculated annotations to the alignment. See Annotation - File description. - - -
-fasta FILE
+ + +
-annotations FILE
+ + Add precalculated annotations to the alignment. See Annotation File + description. + + + +
+ +
+ + + + +
-nodisplay
+ +
Run Jalview without User Interface
+ + + + +
-props FILE
+ +
Use the given Jalview properties file instead + of users default
+ + + + +
-tree FILE
+ +
Load the given newick format tree file onto + the alignment
+ + + + +
-features FILE
+ +
Use the given file to mark features on the + alignment
+ + + + +
-questionnaire URL
+ +
Queries the given URL for information about + any Jalview user questionnaires
+ + + + +
-noquestionnaire
+ +
Turn off questionnaire check
+ + + + +
-dasserver nickname=URL
+ +
Add and enable a das server with given + nickname (alphanumeric or underscores only) for retrieval of features + for all alignments
+ + + + +
-fetchfrom nickname
+ +
Query nickname for features for the alignments + and display them
+ + + + +
-groovy FILE
+ +
Execute groovy script in FILE, after all other + arguments have been processed
+ + + + +
-fasta FILE
+ -
Create alignment file FILE in Fasta format.
- - + +
Create alignment file FILE in Fasta format.
+ + +
-clustal FILE
Create alignment file FILE in Clustal format.
@@ -55,6 +140,10 @@
Create alignment file FILE in PIR format.
+
-pfam FILE
+
Create alignment file FILE in PFAM format.
+ +
-blc FILE
Create alignment file FILE in BLC format.
-- 1.7.10.2