X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=help%2Fhtml%2Ffeatures%2FannotationsFormat.html;h=60c9e23c032134734686d8fe852b7b358487086b;hb=d1d6724c7a22a6955f0a1213686f56e254b68546;hp=72691cec33269c1829915d018c270d87d57f936a;hpb=4884e25f5b34c098cbfe5f207b2a3d938c9b82c4;p=jalview.git diff --git a/help/html/features/annotationsFormat.html b/help/html/features/annotationsFormat.html index 72691ce..60c9e23 100755 --- a/help/html/features/annotationsFormat.html +++ b/help/html/features/annotationsFormat.html @@ -1,7 +1,7 @@

- VIEW_SETREF takes either a single sequence ID string, or a - numeric index (second argument), and attempts to assign a - corresponding sequence as the reference + 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.

- VIEW_HIDECOLS takes either a single argument consisting of a - comma separated series of integer pairs like - 3-4. These integer pairs define columns (starting from the - left-hand column 0) that should be marked as hidden in the alignment - view. +

+ 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.

- HIDE_INSERTIONS takes a either a single sequence ID or a - numeric index, or no arguments. This command marks all gapped - positions in a specified sequence (either the one located by the - arguments, the current SEQUENCE_REF, or the reference sequence for the - view). + 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
The interpretation of the COMBINE statement in Version 2.8.1 was refined