X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=help%2Fhtml%2Ffeatures%2FannotationsFormat.html;h=9beaa7c583e430262512653fd06f6ee47e1252de;hb=6c00ad8c209574159bb6367963a1503cd95e4b23;hp=88b306a4732f3ed2dd8eb33401c9ba5fecef3549;hpb=1cf0fbf7da30dee5d942aa4ef99d0d218b632224;p=jalview.git diff --git a/help/html/features/annotationsFormat.html b/help/html/features/annotationsFormat.html index 88b306a..9beaa7c 100755 --- a/help/html/features/annotationsFormat.html +++ b/help/html/features/annotationsFormat.html @@ -1,5 +1,21 @@ - + The Alignment Annotations File @@ -33,18 +49,19 @@ separated value fields. Each value field is itself a comma separated list of fie GRAPH_TYPE. The allowed values of GRAPH_TYPE and the format of their respective value fields (with the trailing "|" symbol) are shown below: Any or all value fields may be left empty, as well as the BAR_GRAPH's text character field, and either or both of the text-label and secondary -structure symbol fields of the NO_GRAPH type annotation rows. +structure symbol fields of the NO_GRAPH type annotation rows.

+

Color strings can be embedded in a value field by enclosing an RGB triplet in square brackets to colour that position in an annotation row.

You can associate an annotation with a sequence by preceding its definition with the line: @@ -54,11 +71,17 @@ associated with that sequence, and the first field in the Value field list will (optionally) be placed at the startIndex'th column.

+sequence's name followed by the annotation row's description.
+New in Jalview 2.5 Desktop: Clicking on a sequence or group associated annotation row's label will highlight the sequence or sequence group in the alignment, and double clicking the annotation row label will select the associated sequence or group.

Sequence associations are turned off for subsequent annotation definitions by:

SEQUENCE_REF	ALIGNMENT

+

Since version 2.5, Jalview allows annotation rows to be associated with a group defined on the alignment, by preceding the annotation row with the line: +

GROUP_REF	group_name
+Group association is turned off for subsequent annotation rows by +
GROUP_REF	ALIGNMENT
+Annotations may be associated with both a sequence and a group, however - group annotations are still experimental and unexpected behaviour may be observed when editing alignments containing both group and sequence associated annotation rows.

LINE_GRAPH type annotations can be given a colour (specified as 24 bit RGB triplet in hexadecimal or comma separated values), combined onto the same vertical axis, and have ordinate lines @@ -68,13 +91,13 @@ following commands (respectively): COMBINE graph_1_name graph_2_name GRAPHLINE graph_name value label colour -

(Since Jalview 2.4.1) ROWPROPERTIES

+

(Since Jalview 2.5) 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

@@ -107,8 +130,9 @@ GRAPHLINE graph_name value label colo textCol2=black
textColThreshold=0
idColour=ff3322
+ showunconserved=false

An example Annotation file is given below: