From: jprocter Date: Thu, 11 Mar 2010 18:01:02 +0000 (+0000) Subject: documented new ROWPROPERTIES keyword. X-Git-Tag: Release_2_5~129 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=1cf0fbf7da30dee5d942aa4ef99d0d218b632224;p=jalview.git documented new ROWPROPERTIES keyword. --- 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

-