X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=help%2Fhtml%2Ffeatures%2FannotationsFormat.html;fp=help%2Fhtml%2Ffeatures%2FannotationsFormat.html;h=4c8ad39f1bc5dc385c804dd537577ecc41f9da0c;hb=de255c8c87707a2cd2a2a15f5ad04ed10fe5846d;hp=60c9e23c032134734686d8fe852b7b358487086b;hpb=d924d4634167f98c9fd94df6714a6589c1368da3;p=jalview.git diff --git a/help/html/features/annotationsFormat.html b/help/html/features/annotationsFormat.html index 60c9e23..4c8ad39 100755 --- a/help/html/features/annotationsFormat.html +++ b/help/html/features/annotationsFormat.html @@ -211,38 +211,43 @@ Group association is turned off for subsequent annotation rows by:
GROUP_REF	ALIGNMENT


-

VIEW_SETREF, VIEW_HIDECOL and HIDE_INSERTIONS
-Since Jalview 2.9, the Annotations file has also supported the definition of reference sequences and hidden regions for an alignment view.

- -

- VIEW_SETREF marks the first sequence in the alignment, or - alternately, the one specified by the most recent SEQUENCE_REF - statement, as the reference - sequence for the alignment. -

-

- HIDE_INSERTIONSThis command hides all gapped positions in the - current target sequence. Any columns already hidden will be - re-displayed.
-
The current target sequence is either the one specified by - the most recent SEQUENCE_REF statement, the alignment's - reference sequence, or the first sequence in the alignment. -

-

- VIEW_HIDECOLS modifies the visibility of columns in the view. - The statement is followed by a single argument consisting of a comma - separated series of single integers or integer pairs (like 3-4). - These define columns (starting from the left-hand column 0) that - should be marked as hidden in the alignment view. -

+

+ VIEW_SETREF
Marks the first sequence in the alignment, + or alternately, the one specified by the most recent SEQUENCE_REF + statement, as the reference + sequence for the alignment. +

+

+ HIDE_INSERTIONS
This command hides all gapped + positions in the current target sequence. Any columns already hidden + will be re-displayed.

The current target sequence is + either the one specified by the most recent SEQUENCE_REF + statement, the alignment's reference sequence, or the first sequence + in the alignment. +

+

+ VIEW_HIDECOLS
Modifies the visibility of columns in + the view. The statement is followed by a single argument consisting + of a comma separated series of single integers or integer pairs + (like 3-4). These define columns (starting from the + left-hand column 0) that should be marked as hidden in the alignment + view. +

-
-

COMPATIBILITY NOTES
+


+

COMPATIBILITY NOTES
The interpretation of the COMBINE statement in Version 2.8.1 was refined so that only annotation line graphs with the given names ands the same SEQUENCE_REF and GROUP_REF scope are grouped.