From 80f48b214af181a923d116e4fa5aa83c32f40bbc Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Sun, 6 Sep 2015 17:17:49 +0100 Subject: [PATCH] JAL-1368 JAL-1628 revise documentation in line with code for VIEW_SETREF, VIEW_HIDECOLS, and VIEW_HIDE_INSERTIONS. --- help/html/features/annotationsFormat.html | 32 ++++++++++++++++------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/help/html/features/annotationsFormat.html b/help/html/features/annotationsFormat.html index 2f030fc..ce29e82 100755 --- a/help/html/features/annotationsFormat.html +++ b/help/html/features/annotationsFormat.html @@ -207,7 +207,7 @@ Group association is turned off for subsequent annotation rows by:


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.

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

- 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 -- 1.7.10.2