From 1cf0fbf7da30dee5d942aa4ef99d0d218b632224 Mon Sep 17 00:00:00 2001 From: jprocter Date: Thu, 11 Mar 2010 18:01:02 +0000 Subject: [PATCH] documented new ROWPROPERTIES keyword. --- help/html/features/annotationsFormat.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/help/html/features/annotationsFormat.html b/help/html/features/annotationsFormat.html index cc73162..88b306a 100755 --- a/help/html/features/annotationsFormat.html +++ b/help/html/features/annotationsFormat.html @@ -68,6 +68,14 @@ following commands (respectively): COMBINE graph_1_name graph_2_name GRAPHLINE graph_name value label colour +

(Since Jalview 2.4.1) ROWPROPERTIES

+

The visual display properties for a set of annotation rows can be modified using the following tab-delimited line:

+
ROWPROPERTIES	Row label	centrelabs=true( or false)	showalllabs=true(default is false)	scaletofit=true (default is false)
+

This sets the visual display properties according to the given values for all the annotation rows with labels matching Row label. The properties mostly affect the display of multi-character column labels, and are as follows: +

(Since Jalview 2.2.1) SEQUENCE_GROUP

Groups of sequences can be defined using the tab delimited line

SEQUENCE_GROUP	Group_Name	Group_Start	Group_End	Sequences
@@ -102,7 +110,7 @@ GRAPHLINE graph_name value label colo hide=false
hidecols=false
showunconserved=false

-